Bind '<help> t' to load-theme
And remap load-theme to counsel-load-theme. This replaces the keybind for help-with-tutorial, but `load-theme` is useful enough to warrant a keybind. `help-with-tutorial` is not.
This commit is contained in:
parent
6f63a28c8f
commit
d41e4983ec
2 changed files with 3 additions and 0 deletions
|
@ -335,6 +335,8 @@
|
|||
"h" nil
|
||||
;; replaces `view-emacs-news' b/c it's on C-n too
|
||||
"n" #'doom/help-news
|
||||
;; replaces `help-with-tutorial', b/c it's less useful than `load-theme'
|
||||
"t" #'load-theme
|
||||
;; replaces `finder-by-keyword' b/c not usefull
|
||||
"p" #'doom/help-packages
|
||||
;; replaces `describe-package' b/c redundant w/ `doom/describe-package'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue