diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2017-12-24 22:02:56 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2017-12-24 22:02:56 (GMT) |
| commit | 1957e7a6d000479161be0b39bbf6cd553ae1843f (patch) | |
| tree | 864633f736005722edf327aba09e46fed3c99121 /lisp/ravi-init-appearance.el | |
| parent | 2f00bba771435d227c339031750f0ec1164b9096 (diff) | |
| download | dotemacs-1957e7a6d000479161be0b39bbf6cd553ae1843f.zip dotemacs-1957e7a6d000479161be0b39bbf6cd553ae1843f.tar.gz dotemacs-1957e7a6d000479161be0b39bbf6cd553ae1843f.tar.bz2 | |
Better help descriptions
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 |
