From 02e4c15b8efa017ce298a7b703983130b067dd6d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 17 May 2018 15:29:29 +0200 Subject: [PATCH] Move avy/ace-link from core-editor to core-ui --- core/core-editor.el | 9 --------- core/core-ui.el | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) 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