Use counsel-dash instead of helm-dash

This commit is contained in:
Adam Goldsmith 2021-01-04 13:25:28 -05:00
parent 6d2f831304
commit 5f2a02c628
1 changed files with 1 additions and 4 deletions

View File

@ -770,10 +770,7 @@
(company-abort)
(call-interactively 'company-yasnippet)))
(use-package helm-dash
:config
(setq helm-dash-browser-func 'eww
helm-dash-enable-debugging nil)
(use-package counsel-dash
:hook (python-mode . (lambda ()(setq-local helm-dash-docsets '("Python 3")))))
(use-package pkgbuild-mode