Move avy/ace-link from core-editor to core-ui
This commit is contained in:
parent
3853fdbf8d
commit
02e4c15b8e
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue