[Emacs] Fix incorrect function name

This commit is contained in:
Lucien Cartier-Tilet 2022-11-21 11:36:38 +01:00
parent 51e84faa27
commit 4a528bf34e
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -4200,8 +4200,8 @@ enhances a couple of built-in functions from Emacs, namely:
:straight (:build t)
:after (counsel ivy)
:custom
(counsel-describe-function-function #'helpfull-callable)
(counsel-describe-variable-function #'helpfull-variable)
(counsel-describe-function-function #'helpful-callable)
(counsel-describe-variable-function #'helpful-variable)
:bind
([remap describe-function] . counsel-describe-function)
([remap describe-command] . helpful-command)