diff options
Diffstat (limited to 'lisp/ravi-init-appearance.el')
| -rw-r--r-- | lisp/ravi-init-appearance.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ravi-init-appearance.el b/lisp/ravi-init-appearance.el index 6331185..476b25e 100644 --- a/lisp/ravi-init-appearance.el +++ b/lisp/ravi-init-appearance.el @@ -447,5 +447,12 @@ Delete all whitespace on a successive key press." (spaceline-helm-mode))) :ensure t) +(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)) + :ensure t) + (provide 'ravi-init-appearance) ;;; ravi-init-appearance.el ends here |
