[hydra] add man command

This commit is contained in:
contrapunctus 2021-08-04 14:22:20 +05:30
parent 418596c895
commit c730d2e1fa
1 changed files with 2 additions and 1 deletions

View File

@ -1475,7 +1475,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("v" helpful-variable "variable")
("f" helpful-function "function")
("k" helpful-key "key")
("h" helpful-at-point "here"))
("h" helpful-at-point "here")
("m" man "man page"))
#+END_SRC
*** General
#+BEGIN_SRC emacs-lisp