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: