|
|
@ -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-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"))) |
|
|
(advice-add 'custom-save-variables :after (lambda () (rlbr/multiline-sexp-with-symbol "custom-set-variables"))) |
|
|
#+END_SRC |
|
|
#+END_SRC |
|
|
|
|
|
** Elmacro |
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
|
(use-package elmacro |
|
|
|
|
|
:demand |
|
|
|
|
|
:config |
|
|
|
|
|
(elmacro-mode +1)) |
|
|
|
|
|
#+END_SRC |
|
|
* Navigation/auto-completion |
|
|
* Navigation/auto-completion |
|
|
** Ace window |
|
|
** Ace window |
|
|
#+BEGIN_SRC emacs-lisp |
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|