From 5f2a02c6285d33f304e306e3d983be4c415a0898 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 4 Jan 2021 13:25:28 -0500 Subject: [PATCH] Use counsel-dash instead of helm-dash --- .emacs.d/init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b988266..21dc062 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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