From 4a528bf34e929007eb8306ca805a85a6942d762f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 21 Nov 2022 11:36:38 +0100 Subject: [PATCH] [Emacs] Fix incorrect function name --- org/config/emacs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index fc2353b..44e3fe8 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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)