mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Move avy/ace-link from core-editor to core-ui
This commit is contained in:
@@ -166,15 +166,6 @@ fundamental-mode) for performance sake."
|
||||
;; Autoloaded Plugins
|
||||
;;
|
||||
|
||||
(def-package! ace-link
|
||||
:commands (ace-link-help ace-link-org ace-link-addr ace-link-mu4e))
|
||||
|
||||
(def-package! avy
|
||||
:commands (avy-goto-char-2 avy-goto-line)
|
||||
:config
|
||||
(setq avy-all-windows nil
|
||||
avy-background t))
|
||||
|
||||
(def-package! command-log-mode
|
||||
:commands (command-log-mode global-command-log-mode)
|
||||
:config
|
||||
|
Reference in New Issue
Block a user