From 480b1bdef0dda2774acb1db6c3e3dfd8978315b5 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 3 Dec 2024 13:04:40 +0100 Subject: [PATCH] free C-y from copilot so I can yank again --- init.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.org b/init.org index dc603fd..68ee248 100644 --- a/init.org +++ b/init.org @@ -2374,8 +2374,6 @@ 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))