Skip to content

Instantly share code, notes, and snippets.

Created May 28, 2016 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/178f516ef8cbed61a0004963f8c8ca5b to your computer and use it in GitHub Desktop.
Save anonymous/178f516ef8cbed61a0004963f8c8ca5b to your computer and use it in GitHub Desktop.
(defun js2-docs ()
(interactive)
(setq-local helm-dash-docsets '("Lo-Dash"
"NodeJS"
"React"
"Sinon"
"Javascript")))
(add-hook 'js2-mode-hook 'js2-docs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment