dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit f0725fc196270acd90a681e00e5ec5cb02e732da
parent 684877ad0b2fb383ac9942af057b3e1dc5b46944
Author: Lukas Henkel <lh@entf.net>
Date:   Sun, 13 Aug 2023 13:18:53 +0200

corfu-preselect-first seems to be deprecated

Diffstat:
Minit.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.el b/init.el @@ -302,7 +302,7 @@ '(corfu-auto t) '(corfu-auto-delay 0.0) '(corfu-auto-prefix 1) - '(corfu-preselect-first nil) + '(corfu-preselect 'prompt) '(corfu-quit-at-boundary t) '(create-lockfiles nil) '(cursor-type 'bar)