.emacs.d/inits/22-aidermacs.el
2026-01-10 18:58:26 +09:00

13 lines
307 B
EmacsLisp

;(leaf aidermacs
; :ensure t
; :bind
; (("C-c C-a" . aidermacs-transient-menu))
; :config
; (load "~/.emacs.d/secrets.el")
; (setenv "OLLAMA_API_KEY" "YOUR_API_KEY")
; (setenv "OLLAMA_MODEL" "gemma3n:e2b")
; )
;
;(leaf ediff
; :custom
; (ediff-window-setup-function . 'ediff-setup-windows-plain))