diff options
author | Alan Pearce | 2015-05-25 16:44:37 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-25 16:44:37 +0200 |
commit | 058aa1d204595ba75b8d12e97b64fbcb273addfb (patch) | |
tree | 2c6ebd173b38c027bbff887e459b3af58f7a861a | |
parent | b912fe69c30626d2297f72f9bd3a2f1c407992bc (diff) | |
download | dotfiles-058aa1d204595ba75b8d12e97b64fbcb273addfb.tar.lz dotfiles-058aa1d204595ba75b8d12e97b64fbcb273addfb.tar.zst dotfiles-058aa1d204595ba75b8d12e97b64fbcb273addfb.zip |
Emacs: Create helm-dash hook for js2-mode
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 38493be..2d7569a 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -351,6 +351,7 @@ (ap/create-helm-dash-hook ansible ("Ansible")) (ap/create-helm-dash-hook php ("PHP" "Symfony")) (ap/create-helm-dash-hook twig ("Twig")) + (ap/create-helm-dash-hook js2 ("JavaScript" "NodeJS" "jQuery" "Express")) (ap/create-helm-dash-hook markdown ("Markdown")) (ap/create-helm-dash-hook saltstack ("SaltStack")) (ap/create-helm-dash-hook clojure ("Clojure")) |