Use counsel-dash instead of helm-dash
This commit is contained in:
parent
6d2f831304
commit
5f2a02c628
@ -770,10 +770,7 @@
|
|||||||
(company-abort)
|
(company-abort)
|
||||||
(call-interactively 'company-yasnippet)))
|
(call-interactively 'company-yasnippet)))
|
||||||
|
|
||||||
(use-package helm-dash
|
(use-package counsel-dash
|
||||||
:config
|
|
||||||
(setq helm-dash-browser-func 'eww
|
|
||||||
helm-dash-enable-debugging nil)
|
|
||||||
:hook (python-mode . (lambda ()(setq-local helm-dash-docsets '("Python 3")))))
|
:hook (python-mode . (lambda ()(setq-local helm-dash-docsets '("Python 3")))))
|
||||||
|
|
||||||
(use-package pkgbuild-mode
|
(use-package pkgbuild-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user