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
|
||||
:key #'gptel-api-key-from-auth-source)))
|
||||
|
||||
(use-package claude-code
|
||||
:straight (:type git
|
||||
:host github
|
||||
:repo "stevemolitor/claude-code.el"
|
||||
:branch "main"
|
||||
: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))
|
||||
(use-package claude-code-ide
|
||||
:straight (:type git :host github :repo "manzaltu/claude-code-ide.el")
|
||||
:bind ("C-c c" . claude-code-ide-menu)
|
||||
:config
|
||||
(claude-code-ide-emacs-tools-setup))
|
||||
|
||||
(provide 'priime-ai)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue