lang/web: remove redundant :commands declaration

emmet-mode already autoloads this command.
This commit is contained in:
Henrik Lissner 2019-06-30 13:21:06 +02:00
parent 7df4e252fd
commit 774956d809
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -5,7 +5,6 @@
(def-package! emmet-mode
:commands emmet-mode
:preface (defvar emmet-mode-keymap (make-sparse-keymap))
:hook (css-mode web-mode html-mode haml-mode nxml-mode rjsx-mode reason-mode)
:config