diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
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)))) |