Bind {C-h, SPC h} V to doom/help-custom-variable
For looking up custom variables (i.e. variables intended to be customized; defined with defcustom).
This commit is contained in:
parent
da177d58c4
commit
b89929f3f8
2 changed files with 24 additions and 1 deletions
|
@ -310,7 +310,7 @@ Continues comments if executed from a commented line. Consults
|
|||
"M" #'doom/describe-active-minor-mode
|
||||
"O" #'+lookup/online
|
||||
"T" #'doom/toggle-profiler
|
||||
"V" #'set-variable
|
||||
"V" #'doom/help-custom-variable
|
||||
"W" #'+default/man-or-woman
|
||||
"C-k" #'describe-key-briefly
|
||||
"C-l" #'describe-language-environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue