From 517e6fae9abd29dffc4af5a597ce92cfcee3203d Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Thu, 10 Oct 2019 23:35:16 -0500 Subject: [PATCH] Made sure elmacro is loaded --- settings.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/settings.org b/settings.org index 634c65b..0bc6dae 100644 --- a/settings.org +++ b/settings.org @@ -467,6 +467,13 @@ This handy function is a customized ripoff of custom-save-all (advice-add 'custom-save-faces :after (lambda () (rlbr/multiline-sexp-with-symbol "custom-set-faces"))) (advice-add 'custom-save-variables :after (lambda () (rlbr/multiline-sexp-with-symbol "custom-set-variables"))) #+END_SRC +** Elmacro +#+BEGIN_SRC emacs-lisp + (use-package elmacro + :demand + :config + (elmacro-mode +1)) +#+END_SRC * Navigation/auto-completion ** Ace window #+BEGIN_SRC emacs-lisp