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
(use-package php-mode
: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
(require 'cl-lib)

View File

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