Skip to content

Commit a67fc75

Browse files
committed
Remove deprecated evil-mode SPC keybinding code and comments
1 parent 271cccd commit a67fc75

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

ai-code.el

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -390,15 +390,6 @@ Shows the current backend label to the right."
390390
("N" "Toggle notifications" ai-code-notifications-toggle)]])
391391

392392

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-
402393
(provide 'ai-code)
403394

404395
;;; ai-code.el ends here

0 commit comments

Comments
 (0)