From f79b34c0fe68175454606309f074340d2457ab0d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 16 Mar 2017 15:37:52 +0100 Subject: Emacs: Don't auto-enable highlight-stages mode --- tag-emacs/emacs.d/init.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 0027cb8..82e1755 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -197,12 +197,12 @@ Let’s try a basic theme. (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 -- cgit 1.4.1