From e102cc96cc14ea0cea895a82237c374c34c0639c Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 16 Apr 2025 21:38:36 -0400 Subject: Allow selection of all themes from Layout Dispatcher --- .config/emacs/modules/bd--window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3