Remove AIDER

This commit is contained in:
2025-10-01 14:54:42 -07:00
parent c390cfaf10
commit f43323b8f1
2 changed files with 0 additions and 13 deletions

View File

@@ -934,18 +934,6 @@
;;;; PHP ;;;; PHP
(use-package php-mode (use-package php-mode
:ensure t) :ensure t)
;;;; Aider
(use-package aider
:ensure t
:if (file-exists-p "~/.gemini")
:config
(setq aider-args
'("--model" "gemini/gemini-2.5-flash-preview-05-20"))
(setenv "GEMINI_API_KEY"
(with-temp-buffer
(insert-file-contents "~/.gemini")
(buffer-string)))
(global-set-key (kbd "C-c a") 'aider-transient-menu))
;;; Eshell ;;; Eshell
;;;; Eshell ;;;; Eshell
(require 'cl-lib) (require 'cl-lib)

View File

@@ -25,7 +25,6 @@
ripgrep ripgrep
nerd-fonts.fira-code nerd-fonts.fira-code
roboto-mono roboto-mono
aider-chat
sops sops
just just
]; ];