diff options
author | Thanos Apollo <[email protected]> | 2024-04-03 06:06:16 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-03 06:06:16 +0300 |
commit | 64bef7196bb3ad6fb9b6cb6fd1e35ecf13cd11b9 (patch) | |
tree | f55ccef0e934bb09101a87068853f8dc4f680c90 /.emacs.d/init.el | |
parent | a993758be43e931943d14f0e54d16d6f34dba385 (diff) |
[fix] emacs: typo
Diffstat (limited to '.emacs.d/init.el')
-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 a9ad5f7..ce77860 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -485,7 +485,7 @@ corfu-popupinfo-delay 0.3 corfu-quit-at-boundary 'separator corfu-quit-no-match t - corfu-first + corfu-preselect 'first corfu-preview-current t corfu-echo-mode t) (setf indent-tabs-mode nil)) |