@ -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))
* Navigation/auto-completion
** Ace window