summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2017-03-16 15:37:52 +0100
committerAlan Pearce2017-03-16 15:41:51 +0100
commitf79b34c0fe68175454606309f074340d2457ab0d (patch)
tree5aeca3cf48beaae051adb0d3677d4fbefcca4337 /tag-emacs/emacs.d/init.org
parent5a338791c3bea28a7c11bea126650e95878b3141 (diff)
downloaddotfiles-f79b34c0fe68175454606309f074340d2457ab0d.tar.lz
dotfiles-f79b34c0fe68175454606309f074340d2457ab0d.tar.zst
dotfiles-f79b34c0fe68175454606309f074340d2457ab0d.zip
Emacs: Don't auto-enable highlight-stages mode
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org8
1 files changed, 4 insertions, 4 deletions
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