diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-10-02 13:05:31 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-10-02 13:05:31 +0100 |
commit | 58727d3be2e8315214f51c61a0866a71ec08c2b3 (patch) | |
tree | 4dee2c84257888f5925d5f907d01908ba852ef60 | |
parent | 43bd950c674a11d285084e5d7da2c63ba899c724 (diff) | |
download | dotfiles-58727d3be2e8315214f51c61a0866a71ec08c2b3.tar.gz |
Fix corfu-quick binding
-rw-r--r-- | .emacs.d/lisp/init-completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el index 12958fc..8fa04f6 100644 --- a/.emacs.d/lisp/init-completion.el +++ b/.emacs.d/lisp/init-completion.el @@ -156,7 +156,7 @@ no words in between, beginning with the first word." (use-extension corfu corfu-quick :bind (:map corfu-map ("M-;" . corfu-quick-insert) - ("M-'" . corfu-quick-exit))) + ("M-'" . corfu-quick-complete))) (use-extension corfu corfu-history :after savehist |