Correct reload theme binding
This commit is contained in:
parent
1813d0d56c
commit
574f13006f
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@
|
||||||
(:desc "help" :prefix "h"
|
(:desc "help" :prefix "h"
|
||||||
:n "h" help-map
|
:n "h" help-map
|
||||||
:desc "Apropos" :n "a" #'apropos
|
:desc "Apropos" :n "a" #'apropos
|
||||||
:desc "Reload theme" :n "R" #'doom/reload-theme
|
:desc "Reload theme" :n "R" #'doom//reload-theme
|
||||||
:desc "Find library" :n "l" #'find-library
|
:desc "Find library" :n "l" #'find-library
|
||||||
:desc "Toggle Emacs log" :n "m" #'doom/popup-toggle-messages
|
:desc "Toggle Emacs log" :n "m" #'doom/popup-toggle-messages
|
||||||
:desc "Command log" :n "L" #'global-command-log-mode
|
:desc "Command log" :n "L" #'global-command-log-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue