about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-web.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-web.el')
-rw-r--r--.emacs.d/lisp/init-web.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-web.el b/.emacs.d/lisp/init-web.el
index f6eb515..2a633d3 100644
--- a/.emacs.d/lisp/init-web.el
+++ b/.emacs.d/lisp/init-web.el
@@ -44,6 +44,7 @@
 
 (use-package tagedit
   :diminish
+  :commands tagedit-mode
   :config (tagedit-add-paredit-like-keybindings)
   :hook (html-mode . (lambda () (tagedit-mode 1))))