diff options
author | Alan Pearce | 2017-03-16 15:37:52 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-16 15:41:51 +0100 |
commit | f79b34c0fe68175454606309f074340d2457ab0d (patch) | |
tree | 5aeca3cf48beaae051adb0d3677d4fbefcca4337 | |
parent | 5a338791c3bea28a7c11bea126650e95878b3141 (diff) | |
download | dotfiles-f79b34c0fe68175454606309f074340d2457ab0d.tar.lz dotfiles-f79b34c0fe68175454606309f074340d2457ab0d.tar.zst dotfiles-f79b34c0fe68175454606309f074340d2457ab0d.zip |
Emacs: Don't auto-enable highlight-stages mode
-rw-r--r-- | tag-emacs/emacs.d/init.org | 8 |
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 |