Add helpful config

This commit is contained in:
Adam Goldsmith 2019-05-31 12:56:35 -04:00
parent a8a38a27db
commit be5abbd0e9
1 changed files with 8 additions and 0 deletions

View File

@ -552,6 +552,14 @@
:config
(exec-path-from-shell-initialize))
(use-package helpful :ensure
:bind (("C-h f" . helpful-callable)
("C-h v" . helpful-variable)
("C-h k" . helpful-key)
("C-h C-c" . helpful-at-point)
("C-h F" . helpful-function)
("C-h C" . helpful-command)))
;;;; optional external packages
(use-package arduino-mode
:mode "\\.pde\\'"