all repos — nixfiles @ f79b34c0fe68175454606309f074340d2457ab0d

System and user configuration, managed by nix and home-manager

Emacs: Don't auto-enable highlight-stages mode

Alan Pearce
commit

f79b34c0fe68175454606309f074340d2457ab0d

parent

5a338791c3bea28a7c11bea126650e95878b3141

1 file changed, 4 insertions(+), 4 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -197,12 +197,12 @@ (add-hook 'minibuffer-setup-hook #'show-mode-line)
(add-hook 'minibuffer-exit-hook #'hide-mode-line))) #+END_SRC -Highlighting quasi-quoted expressions in lisps is quite useful. +Highlighting quasi-quoted expressions in lisps is quite useful, but I +don't need it all the time. I'll keep it around for a while so that I +can enable it if needed. #+BEGIN_SRC emacs-lisp (use-package highlight-stages - :diminish highlight-stages-mode - :config (progn - (add-hook 'lisp-mode-common-hook #'highlight-stages-mode))) + :diminish highlight-stages-mode) #+END_SRC ** Fonts