summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-aesthetics.el1
-rw-r--r--.emacs.d/modules/thanos-tools.el2
2 files changed, 2 insertions, 1 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 ()
diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el
index da9655f..4678c22 100644
--- a/.emacs.d/modules/thanos-tools.el
+++ b/.emacs.d/modules/thanos-tools.el
@@ -140,5 +140,5 @@
(setf gptel-api-key (password-store-get "chatgpt/api")
gptel-model 'gpt-4-32k)
-(provide 'thanos-devtools)
+(provide 'thanos-tools)
;;; thanos-devtools.el ends here