diff --git a/core/core-editor.el b/core/core-editor.el index 79b4d622f..06fd853a1 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -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 diff --git a/core/core-ui.el b/core/core-ui.el index c78811ea6..a36c4df5b 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -177,6 +177,15 @@ DEFAULT is non-nil, set the default mode-line for all buffers." ;; 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 :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