Introduce helpful.el
This commit is contained in:
parent
ea6ef8ef63
commit
583a5dea91
8
init.el
8
init.el
@ -400,6 +400,10 @@
|
|||||||
:pin "melpa-stable"
|
:pin "melpa-stable"
|
||||||
:commands (exec-path-from-shell-copy-envs))
|
:commands (exec-path-from-shell-copy-envs))
|
||||||
|
|
||||||
|
(use-package helpful
|
||||||
|
:pin "melpa-stable"
|
||||||
|
:ensure t)
|
||||||
|
|
||||||
(use-package hydra
|
(use-package hydra
|
||||||
:pin "melpa-stable"
|
:pin "melpa-stable"
|
||||||
:ensure t)
|
:ensure t)
|
||||||
@ -3070,6 +3074,10 @@ eventuelly be set to nil, however)."
|
|||||||
(bind-key "C-c o" #'hydra-org-custom/body)
|
(bind-key "C-c o" #'hydra-org-custom/body)
|
||||||
(bind-key "C-c r" #'recentf)
|
(bind-key "C-c r" #'recentf)
|
||||||
(bind-key "C-c t" #'hydra-toggle/body)
|
(bind-key "C-c t" #'hydra-toggle/body)
|
||||||
|
(bind-key "C-h f" #'helpful-callable)
|
||||||
|
(bind-key "C-h v" #'helpful-variable)
|
||||||
|
(bind-key "C-h k" #'helpful-key)
|
||||||
|
(bind-key "C-h x" #'helpful-command)
|
||||||
(bind-key "C-h C-f" #'find-function)
|
(bind-key "C-h C-f" #'find-function)
|
||||||
(bind-key "C-h C-k" #'find-function-on-key)
|
(bind-key "C-h C-k" #'find-function-on-key)
|
||||||
(bind-key "C-h C-v" #'find-variable)
|
(bind-key "C-h C-v" #'find-variable)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user