summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-05-07 17:09:45 +0200
committerAlan Pearce2015-05-07 17:09:45 +0200
commit6e6e4682fd28c6298548d4c4fc6346c0109c49bf (patch)
treed398717349d6ac2534663adf9e143336fa8bdaac /tag-emacs
parenta4b690f924e3f064bf472f22368cabb1b2d54963 (diff)
downloaddotfiles-6e6e4682fd28c6298548d4c4fc6346c0109c49bf.tar.lz
dotfiles-6e6e4682fd28c6298548d4c4fc6346c0109c49bf.tar.zst
dotfiles-6e6e4682fd28c6298548d4c4fc6346c0109c49bf.zip
Emacs: Fix diminishing of emmet-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index aa1876f..b1e001c 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1431,7 +1431,7 @@ symbol, not word, as I need this for programming the most."
 
 (req-package emmet-mode
   :commands (emmet-mode)
-  :diminish " >"
+  :diminish (emmet-mode . " >")
   :init (progn
           (if (functionp 'web-mode)
               (add-hook 'web-mode-hook #'emmet-mode))))