From 2885037af906a46a620f90004f160b449233b788 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Fri, 15 Apr 2022 19:45:08 -0500 Subject: helpful-symbol subsumes all the others diff --git a/lisp/ravi-init-appearance.el b/lisp/ravi-init-appearance.el index 8bc5ecd..0ff1812 100644 --- a/lisp/ravi-init-appearance.el +++ b/lisp/ravi-init-appearance.el @@ -385,10 +385,8 @@ Delete all whitespace on a successive key press." (spaceline-helm-mode)))) (use-package helpful - :bind (("C-h f" . helpful-callable) - ("C-h v" . helpful-variable) - ("C-h k" . helpful-key) - ("C-h C-." . helpful-at-point))) + :bind (:map help-map + ("o" . helpful-symbol))) (provide 'ravi-init-appearance) ;;; ravi-init-appearance.el ends here -- cgit v0.10.1