Revert "free C-y from copilot so I can yank again"

This reverts commit 480b1bdef0.
This commit is contained in:
Peter Tillemans 2024-12-03 13:14:17 +01:00
parent 480b1bdef0
commit dd0b684dc5

View file

@ -2374,6 +2374,8 @@ Map the keymap consistently to the eglot mappings.
:ensure (:host github :repo "zerolfx/copilot.el"
:branch "main"
:files ("dist" "*.el"))
:bind
("C-y" . copilot-accept-completion)
:config
(add-to-list 'copilot-indentation-alist '(scheme-mode . 2))
(add-to-list 'copilot-indentation-alist '(emacs-lisp-mode . 2))