Diminish tagedit

This commit is contained in:
David Morgan 2021-10-29 08:00:02 +01:00
parent 15bd11cca3
commit 58921d5ad9
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
(add-to-list 'auto-mode-alist '("/\\(views\\|html\\|theme\\|templates\\)/.*\\.php\\'" . web-mode)))
(use-package tagedit
:diminish
:config (tagedit-add-paredit-like-keybindings)
:hook (html-mode . (lambda () (tagedit-mode 1))))