diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-18 22:17:06 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-18 22:17:06 +0100 |
| commit | 6a6dcb54c975ff213191ac0ecf9caad40a80e938 (patch) | |
| tree | 8985df3c5544633c90ce5f295096e1fc62fe83aa /emacs-config.org | |
| parent | 7781433f1148fadcfbc6eeae7e5d0c364e223d61 (diff) | |
Add toggle theme keybinding
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
