Revert "free C-y from copilot so I can yank again"
This reverts commit 480b1bdef0
.
This commit is contained in:
parent
480b1bdef0
commit
dd0b684dc5
1 changed files with 2 additions and 0 deletions
2
init.org
2
init.org
|
@ -2374,6 +2374,8 @@ 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))
|
||||||
|
|
Loading…
Reference in a new issue