From dea204c572376e41aeebc26dfd0b4d1610c6ce31 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 17 Dec 2015 00:03:25 -0500 Subject: [PATCH] Add helm-dash config --- .emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0119c18..9f68999 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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: