mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(ivy): use helpful for counsel descbinds
`counsel-describe-symbol-function' still doesn't use `helpful-symbol' because `helpful-symbol' throws up a prompt when the symbol refers to both a function and a variable.
This commit is contained in:
committed by
Henrik Lissner
parent
fd991026ff
commit
499cf5e626
@ -228,7 +228,8 @@ results buffer.")
|
|||||||
|
|
||||||
;; Integrate with `helpful'
|
;; Integrate with `helpful'
|
||||||
(setq counsel-describe-function-function #'helpful-callable
|
(setq counsel-describe-function-function #'helpful-callable
|
||||||
counsel-describe-variable-function #'helpful-variable)
|
counsel-describe-variable-function #'helpful-variable
|
||||||
|
counsel-descbinds-function #'helpful-callable)
|
||||||
|
|
||||||
;; Decorate `doom/help-custom-variable' results the same way as
|
;; Decorate `doom/help-custom-variable' results the same way as
|
||||||
;; `counsel-describe-variable' (adds value and docstring columns).
|
;; `counsel-describe-variable' (adds value and docstring columns).
|
||||||
|
Reference in New Issue
Block a user