summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-07-07 18:25:42 +0100
committerAlan Pearce2014-07-07 18:25:45 +0100
commit354bdc7bcd7d73e543fe4b4480d2d32274358fc6 (patch)
treeeb7b1417c87bfe28cb9aea2a454c8336e4cf4653 /tag-emacs
parent0d017a702eaad796ac1b6a0ccd4cf201a657139d (diff)
downloaddotfiles-354bdc7bcd7d73e543fe4b4480d2d32274358fc6.tar.lz
dotfiles-354bdc7bcd7d73e543fe4b4480d2d32274358fc6.tar.zst
dotfiles-354bdc7bcd7d73e543fe4b4480d2d32274358fc6.zip
Emacs: diminish emmet-mode
Diffstat (limited to 'tag-emacs')
-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))))