diff options
author | bd <bdunahu@operationnull.com> | 2025-04-16 21:38:36 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-16 21:38:36 -0400 |
commit | e102cc96cc14ea0cea895a82237c374c34c0639c (patch) | |
tree | 489a8ac7545e7139dddcc79d52be0f4a8179ee42 /.config/emacs | |
parent | 62e4cad434a5610ee3d64b1afec2291603654cfd (diff) |
Allow selection of all themes from Layout Dispatcher
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/modules/bd--window.el | 2 |
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) |