diff options
| -rw-r--r-- | lisp/ravi-init-appearance.el | 6 |
1 files changed, 2 insertions, 4 deletions
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 |
