diff options
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index c23ae8c..50ee6a1 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1394,11 +1394,6 @@ symbol, not word, as I need this for programming the most." (add-to-list 'auto-mode-alist '("composer\\.lock" . js-mode)) -(req-package jquery-doc - :defer t - :init (progn - (add-hook 'js2-mode-hook #'jquery-doc-setup))) - (req-package scss-mode :defer t :config (progn |