summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config/emacs-kj/init.el')
-rw-r--r--emacs/.config/emacs-kj/init.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index 8abdd6e..acac6f8 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -858,7 +858,12 @@
(use-package pcre2el)
(use-package pdf-tools)
-(use-package helpful)
+(use-package helpful
+ :bind
+ (([remap describe-key] . 'helpful-key)
+ ([remap describe-variable] . 'helpful-variable)
+ ([remap describe-symbol] . 'helpful-symbol)
+ ([remap describe-command] . 'helpful-command)))
;;; Picking a specific eglot action.
;; (defun my-replace-with-deduced-type (beg)