Back to dash-at-point! (and zeal-at-point)
This commit is contained in:
parent
7963c48600
commit
9e7749cf1d
28 changed files with 58 additions and 120 deletions
|
@ -73,13 +73,6 @@
|
|||
(defun helm*buffer-list (&rest _) (doom/get-buffer-names doom-helm-force-project-buffers))
|
||||
(advice-add 'helm-buffer-list :override 'helm*buffer-list))
|
||||
|
||||
(use-package helm-dash
|
||||
:when (not IS-WINDOWS)
|
||||
:commands (helm-dash helm-dash-at-point helm-dash-install-docset)
|
||||
:config
|
||||
(setq helm-dash-browser-func 'doom/dash-open
|
||||
helm-dash-candidate-format "%d → %n (%t)"))
|
||||
|
||||
(use-package helm-tags
|
||||
:commands (helm-tags-get-tag-file helm-etags-select))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue