Add helm-dash config

This commit is contained in:
Adam Goldsmith 2015-12-17 00:03:25 -05:00
parent 88f9529d3d
commit dea204c572

View File

@ -222,6 +222,12 @@
:bind ("C-S-s" . swiper)
:bind ("C-S-r" . swiper))
(use-package helm-dash
:config
(setq helm-dash-browser-func 'eww
helm-dash-enable-debugging nil)
(add-hook 'python-mode-hook
'(lambda ()(setq-local helm-dash-docsets '("Python 3")))))
;;; Local Variables
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
;; Local Variables: