(setq calendar-longitude -121.5)
)
#+END_SRC
+** AI Programming (Aidermacs)
+#+BEGIN_SRC emacs-lisp
+(use-package aidermacs
+ :delight
+ :bind (("C-c a" . aidermacs-transient-menu))
+ :config
+ ; Set API_KEY in .bashrc, that will automatically picked up by aider or in elisp
+ ; (setenv "ANTHROPIC_API_KEY" "sk-...")
+ ; defun my-get-openrouter-api-key yourself elsewhere for security reasons
+ ; (setenv "OPENROUTER_API_KEY" (my-get-openrouter-api-key))
+ :custom
+ ; See the Configuration section below
+ (aidermacs-default-chat-mode 'architect)
+ (aidermacs-default-model "sonnet")
+)
+#+END_SRC
* Email
** Mutt