Add helpful config
This commit is contained in:
parent
a8a38a27db
commit
be5abbd0e9
@ -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\\'"
|
||||
|
Loading…
Reference in New Issue
Block a user