From b11532d1c656134adea491a2acc5f5cc8fdcbf6d Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 24 Aug 2025 21:10:19 +0200 Subject: [PATCH] Revert "more labels for keybinds" This reverts commit 39788efd91468de947ee2def5711e54adc7c2ea9. --- init.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/init.org b/init.org index c2d3d7c..f33336c 100644 --- a/init.org +++ b/init.org @@ -1428,10 +1428,11 @@ Use =inheritenv= and =envrc= to load ~.envrc~ direnv files: :ensure t :hook ((prog-mode markdown-mode conf-toml-mode) . copilot-mode) :bind ( - ("TAB" . ("Accept Completion" . copilot-accept-completion)) - ("C-" . ("Accept Completion" . copilot-accept-completion)) - ("M-" . ("Accept Completion by word" . copilot-accept-completion-by-word)) - ("C-S-" . ("Accept Completion by line" . copilot-accept-completion-by-line))) + ("TAB" . 'copilot-accept-completion) + ("C-" . 'copilot-accept-completion) + ("M-" . 'copilot-accept-completion-by-word) + ("C-S-" . 'copilot-accept-completion-by-line) + ) ) #+end_src