fix(emacs): change VC money target
This commit is contained in:
parent
3c4aa911c2
commit
852909e66f
1 changed files with 5 additions and 11 deletions
|
@ -37,17 +37,11 @@
|
||||||
:stream t
|
:stream t
|
||||||
:key #'gptel-api-key-from-auth-source)))
|
:key #'gptel-api-key-from-auth-source)))
|
||||||
|
|
||||||
(use-package claude-code
|
(use-package claude-code-ide
|
||||||
:straight (:type git
|
:straight (:type git :host github :repo "manzaltu/claude-code-ide.el")
|
||||||
:host github
|
:bind ("C-c c" . claude-code-ide-menu)
|
||||||
:repo "stevemolitor/claude-code.el"
|
:config
|
||||||
:branch "main"
|
(claude-code-ide-emacs-tools-setup))
|
||||||
:depth 1
|
|
||||||
:files ("*.el" (:exclude "images/*")))
|
|
||||||
:bind-keymap ("C-c c" . claude-code-command-map)
|
|
||||||
:bind (:repeat-map my-claude-code-map ("M" . claude-code-cycle-mode))
|
|
||||||
:custom (claude-code-terminal-backend 'vterm)
|
|
||||||
:config (claude-code-mode))
|
|
||||||
|
|
||||||
(provide 'priime-ai)
|
(provide 'priime-ai)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue