diff options
-rw-r--r-- | init.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/init.el b/init.el index 80034af..202ec06 100644 --- a/init.el +++ b/init.el | |||
@@ -647,11 +647,11 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
647 | 647 | ||
648 | ;;;;; Helpful | 648 | ;;;;; Helpful |
649 | (setup (:straight helpful) | 649 | (setup (:straight helpful) |
650 | (:advise describe-function :override #'helpful-callable | 650 | (:global "<help> f" helpful-callable |
651 | describe-variable :override #'helpful-variable | 651 | "<help> v" helpful-variable |
652 | describe-command :override #'helpful-callable | 652 | "<help> k" helpful-key |
653 | describe-key :override #'helpful-key | 653 | "<help> o" helpful-symbol |
654 | describe-symbol :override #'helpful-symbol)) | 654 | "C-c C-d" helpful-at-point)) |
655 | 655 | ||
656 | ;;;; Utilities | 656 | ;;;; Utilities |
657 | 657 | ||