aboutsummaryrefslogtreecommitdiff
path: root/home/programs/emacs/site-lisp/init-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-03 11:07:35 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-03 11:07:35 -0800
commitce05d9398d0df62c00888474e28026819defcd62 (patch)
tree6452e1f2a43a92778eec6cef1a38f8af79b5761b /home/programs/emacs/site-lisp/init-ui.el
parentconfigure the theme for bottom and bat (diff)
downloadinfra-ce05d9398d0df62c00888474e28026819defcd62.tar.gz
configure aider and emacs properly
Use anthropic's models and set the API key.
Diffstat (limited to '')
-rw-r--r--home/programs/emacs/site-lisp/init-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/programs/emacs/site-lisp/init-ui.el b/home/programs/emacs/site-lisp/init-ui.el
index 478028b..38d93e4 100644
--- a/home/programs/emacs/site-lisp/init-ui.el
+++ b/home/programs/emacs/site-lisp/init-ui.el
@@ -41,7 +41,7 @@
(modus-themes-region '())
:init
- (load-theme 'modus-operandi-tinted t))
+ (load-theme 'modus-vivendi-tinted t))
(provide 'init-ui)
;;; init-ui.el ends here