[hydra] use helpful-* instead of describe-*

This commit is contained in:
contrapunctus 2021-08-02 09:07:29 +05:30
parent fb234ed7ee
commit 679d5d7c83
1 changed files with 3 additions and 3 deletions

View File

@ -1415,9 +1415,9 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
(defhydra my-help-hydra (:color blue)
"Help:"
("l" find-library "library")
("v" describe-variable "variable")
("f" describe-function "function")
("k" describe-key "key")
("v" helpful-variable "variable")
("f" helpful-function "function")
("k" helpful-key "key")
("h" helpful-at-point "here"))
#+END_SRC
*** General