Rewrite+rename describe-settings->describe-setters
Will now list autodefs instead of def-settings, including an origin module label to tell you where it comes from at a glance.
This commit is contained in:
parent
1184967531
commit
a500bfb0a0
2 changed files with 46 additions and 16 deletions
|
@ -620,7 +620,7 @@
|
|||
:desc "Toggle profiler" :n "p" #'doom/toggle-profiler
|
||||
:desc "Reload theme" :n "r" #'doom//reload-theme
|
||||
:desc "Reload private config" :n "R" #'doom//reload
|
||||
:desc "Describe DOOM setting" :n "s" #'doom/describe-setting
|
||||
:desc "Describe DOOM setting" :n "s" #'doom/describe-setters
|
||||
:desc "Describe variable" :n "v" #'describe-variable
|
||||
:desc "Print Doom version" :n "V" #'doom/version
|
||||
:desc "Man pages" :n "w" #'+default/man-or-woman
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue