From 6a6dcb54c975ff213191ac0ecf9caad40a80e938 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 18 Jul 2025 22:17:06 +0100 Subject: Add toggle theme keybinding --- emacs-config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs-config.org b/emacs-config.org index 552329f..6aaa8dd 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1421,6 +1421,11 @@ Org functions. (keymap-set +global-keys-map "C-c C-x _" #'org-timer-stop) #+end_src +Toggle theme. +#+begin_src elisp + (keymap-set +global-keys-map "C-c t" #'modus-themes-toggle) +#+end_src + ** Org Encryption Enable org-crypt module. #+begin_src elisp -- cgit