free C-y from copilot so I can yank again

This commit is contained in:
Peter Tillemans 2024-12-03 13:04:40 +01:00
parent d28d99300a
commit d4a36ea7dd

View file

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