mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(language/vue): fix vue-mode setup by running prog-mode-hook
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
:preface
|
||||
(defun siren-vue-mode-setup ()
|
||||
(run-hooks 'prog-mode-hook)
|
||||
(lsp-deferred)))
|
||||
|
||||
(provide 'siren-vue)
|
||||
|
||||
Reference in New Issue
Block a user