From 86b6fab18ea56122cbbd3b77fd98b91977ca30ed Mon Sep 17 00:00:00 2001 From: "Liu, Joey" Date: Tue, 15 May 2018 09:06:25 -0400 Subject: [PATCH] Add: ace-link-mu4e autoload --- core/core-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-editor.el b/core/core-editor.el index 9aa4aae96..24c782b2c 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -166,7 +166,7 @@ fundamental-mode) for performance sake." ;; (def-package! ace-link - :commands (ace-link-help ace-link-org ace-link-addr)) + :commands (ace-link-help ace-link-org ace-link-addr ace-link-mu4e)) (def-package! avy :commands (avy-goto-char-2 avy-goto-line)