1
0
Fork 0

Get rid of AI package

This commit is contained in:
Lorenzo Good 2026-02-23 19:00:28 -08:00
parent ab266253ca
commit df95633cc1
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0

View file

@ -251,14 +251,6 @@
(keymap-set eshell-mode-map "C-r" 'consult-history))
:hook ((eshell-mode . foehammer/setup-eshell)))
(use-package claude-code-ide
:vc (:url "https://github.com/manzaltu/claude-code-ide.el" :rev :newest)
:bind ("C-c '" . claude-code-ide-menu) ; Set your favorite keybinding
:custom
(claude-code-ide-terminal-backend 'eat)
:config
(claude-code-ide-emacs-tools-setup))
;; Eat: Emulate A Terminal
(use-package eat
:ensure t