Bugfix
This commit is contained in:
+1
-1
Submodule azos-core updated: 1fad02b20f...e58536f34c
Generated
+3
-3
@@ -144,11 +144,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1771923393,
|
"lastModified": 1773476965,
|
||||||
"narHash": "sha256-Fy0+UXELv9hOE8WjYhJt8fMDLYTU2Dqn3cX4BwoGBos=",
|
"narHash": "sha256-Laaj25PvGeoP5SPhMfMGxvWqM6ZjZ6LdUeEhP6b3czY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ea7f1f06811ce7fcc81d6c6fd4213150c23edcf2",
|
"rev": "f82ce7af0b79ac154b12e27ed800aeb97413723c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -29,18 +29,6 @@
|
|||||||
;; This is where I would update agents if I had them
|
;; This is where I would update agents if I had them
|
||||||
;; (setq gptel-agent-dirs '("/home/aner/.agents"))
|
;; (setq gptel-agent-dirs '("/home/aner/.agents"))
|
||||||
;; (gptel-agent-update)
|
;; (gptel-agent-update)
|
||||||
|
|
||||||
(use-package agent-shell
|
|
||||||
:ensure t
|
|
||||||
:ensure-system-package
|
|
||||||
:config
|
|
||||||
;; Evil state-specific RET behavior: insert mode = newline, normal mode = send
|
|
||||||
(evil-define-key 'insert agent-shell-mode-map (kbd "RET") #'newline)
|
|
||||||
(evil-define-key 'normal agent-shell-mode-map (kbd "RET") #'comint-send-input)
|
|
||||||
(add-hook 'diff-mode-hook
|
|
||||||
(lambda ()
|
|
||||||
(when (string-match-p "\\*agent-shell-diff\\*" (buffer-name))
|
|
||||||
(evil-emacs-state)))))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Headphones
|
** Headphones
|
||||||
|
|||||||
Reference in New Issue
Block a user