summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
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