Add helm-dash config
This commit is contained in:
parent
88f9529d3d
commit
dea204c572
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user