diff options
Diffstat (limited to '.emacs.d/modules/thanos-aesthetics.el')
-rw-r--r-- | .emacs.d/modules/thanos-aesthetics.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el index 9267b0a..ac848ee 100644 --- a/.emacs.d/modules/thanos-aesthetics.el +++ b/.emacs.d/modules/thanos-aesthetics.el @@ -186,6 +186,7 @@ (load-theme 'modus-vivendi) +(define-key thanos/applications-map (kbd ".") 'modus-themes-toggle) ;; Custom function to load theme (defun thanos/load-theme () |