summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-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))))