mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Correct reload theme binding
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user