Skip to content

Commit

Permalink
keybindings: toggle-theme-mode (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar authored Oct 22, 2023
1 parent 0b92fca commit a5324f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@ Display available keybindings in a popup as you press keys.
#+begin_src emacs-lisp :tangle yes
(general-define-key
:prefix toggle-prefix
"*" '(toggle-theme-mode :wk "Light/Dark theme")
"c" '(highlight-changes-mode :wk "Changes")
"d" '(toggle-debug-on-error :wk "Debug on error")
"f" '(hs-minor-mode :wk "Code folding")
Expand Down

0 comments on commit a5324f7

Please sign in to comment.