summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-16 21:38:36 -0400
committerbd <bdunahu@operationnull.com>2025-04-16 21:38:36 -0400
commite102cc96cc14ea0cea895a82237c374c34c0639c (patch)
tree489a8ac7545e7139dddcc79d52be0f4a8179ee42 /.config
parent62e4cad434a5610ee3d64b1afec2291603654cfd (diff)
Allow selection of all themes from Layout Dispatcher
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/bd--window.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--window.el b/.config/emacs/modules/bd--window.el
index 4f12cdd..59f7dbc 100644
--- a/.config/emacs/modules/bd--window.el
+++ b/.config/emacs/modules/bd--window.el
@@ -48,7 +48,7 @@
[""
("a" "alpha" bd/set-frame-alpha)
("w" "wallpaper" bd/set-bg)
- ("t" "theme" modus-themes-select)]])
+ ("t" "theme" load-theme)]])
(keymap-global-set "C-c w" #'bd/layout-dispatcher)