mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;; 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
|
(def-package! command-log-mode
|
||||||
:commands (command-log-mode global-command-log-mode)
|
:commands (command-log-mode global-command-log-mode)
|
||||||
:config
|
:config
|
||||||
|
@ -177,6 +177,15 @@ DEFAULT is non-nil, set the default mode-line for all buffers."
|
|||||||
;; Plugins
|
;; 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! all-the-icons
|
(def-package! all-the-icons
|
||||||
:commands (all-the-icons-octicon all-the-icons-faicon all-the-icons-fileicon
|
:commands (all-the-icons-octicon all-the-icons-faicon all-the-icons-fileicon
|
||||||
all-the-icons-wicon all-the-icons-material all-the-icons-alltheicon
|
all-the-icons-wicon all-the-icons-material all-the-icons-alltheicon
|
||||||
|
Reference in New Issue
Block a user