summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 55dd992..1b2f4e8 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1031,6 +1031,7 @@
 
 (req-package emmet-mode
   :commands (emmet-mode)
+  :diminish " >"
   :init (progn
           (if (functionp 'web-mode)
               (add-hook 'web-mode-hook #'emmet-mode))))