This commit is contained in:
2026-03-15 01:59:48 +02:00
parent 9e59e32d0e
commit 447cd2954d
3 changed files with 4 additions and 16 deletions
Generated
+3 -3
View File
@@ -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": {
-12
View File
@@ -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