diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index e56d5fffe..6b73caeb9 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -228,7 +228,8 @@ results buffer.") ;; Integrate with `helpful' (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 ;; `counsel-describe-variable' (adds value and docstring columns).