We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271cccd commit a67fc75Copy full SHA for a67fc75
1 file changed
ai-code.el
@@ -390,15 +390,6 @@ Shows the current backend label to the right."
390
("N" "Toggle notifications" ai-code-notifications-toggle)]])
391
392
393
-
394
-;; DONE: When in an ai-coding session (e.g., with -backends-infra.el code) and using evil-mode,
395
-;; pressing SPC in normal state will trigger ai-code-send-command.
396
-;; Fixed implementation moved to ai-code-backends-infra.el:
397
-;; - `ai-code-backends-infra--evil-spc-command' - intercepts SPC in AI session buffers
398
-;; - `ai-code-backends-infra-evil-setup' - call with (with-eval-after-load 'evil ...)
399
400
-;; (with-eval-after-load 'evil (ai-code-backends-infra-evil-setup))
401
402
(provide 'ai-code)
403
404
;;; ai-code.el ends here
0 commit comments