From 3e2d645fae0ddd2e62993c75f225c0e24eb11d28 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 2 Apr 2021 12:57:54 -0500 Subject: Change helpful advice to bindings --- init.el | 10 +++++----- 1 file 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'." ;;;;; Helpful (setup (:straight helpful) - (:advise describe-function :override #'helpful-callable - describe-variable :override #'helpful-variable - describe-command :override #'helpful-callable - describe-key :override #'helpful-key - describe-symbol :override #'helpful-symbol)) + (:global " f" helpful-callable + " v" helpful-variable + " k" helpful-key + " o" helpful-symbol + "C-c C-d" helpful-at-point)) ;;;; Utilities -- cgit 1.4.1-21-gabe81