diff options
author | Alan Pearce | 2015-05-06 09:26:18 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-06 09:26:18 +0200 |
commit | e906e0210759b473a4aa097fbf749442f3f68f1c (patch) | |
tree | 1c4980a35ad23b382bc75ecd8efbcdae0c021172 | |
parent | 10850b49fbc31af28c977d2d42cf8f22811963ea (diff) | |
download | nixfiles-e906e0210759b473a4aa097fbf749442f3f68f1c.tar.lz nixfiles-e906e0210759b473a4aa097fbf749442f3f68f1c.tar.zst nixfiles-e906e0210759b473a4aa097fbf749442f3f68f1c.zip |
Emacs: Remove jquery-doc package
-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 c23ae8c0..50ee6a1c 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 |