diff options
author | Thanos Apollo <[email protected]> | 2023-10-08 14:15:26 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-08 14:16:41 +0300 |
commit | cc68fd92df4720a93536bd6861f5655c81507d10 (patch) | |
tree | 2a5abe7a6c5d4f17549c8905e518bcdaac885ba1 /.emacs.d/modules/thanos-tools.el | |
parent | 68dea4b8df8f99a4749c24165a224ef2a5e04f82 (diff) |
emacs:(aesthetics) Add keybindings to switch modus-themes
Diffstat (limited to '.emacs.d/modules/thanos-tools.el')
-rw-r--r-- | .emacs.d/modules/thanos-tools.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |