diff options
Diffstat (limited to 'modules/ui-theme.el')
| -rw-r--r-- | modules/ui-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui-theme.el b/modules/ui-theme.el index 1575257a..bc526f38 100644 --- a/modules/ui-theme.el +++ b/modules/ui-theme.el @@ -43,7 +43,7 @@ Unloads any other applied themes before applying the chosen theme." (load-theme (intern chosentheme) t)) (cj/save-theme-to-file)) -(keymap-global-set "M-L" #'cj/switch-themes) +(keymap-global-set "M-S-l" #'cj/switch-themes) ;; was M-L, overrides downcase-word ;; ----------------------------- Theme Persistence ----------------------------- ;; persistence utility functions used by switch themes. |
