diff options
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9a9899f..e86be8b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -482,7 +482,7 @@ corfu-popupinfo-delay 0.3 corfu-quit-at-boundary 'separator corfu-quit-no-match t - corfu-preselect 'first + corfu-first corfu-preview-current t corfu-echo-mode t) (setf indent-tabs-mode nil)) |