dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit d9f24f185e06e040c3f573834c3c23147651ae42
parent 182150183beb271ac2be3dde1771b06f0a3b0602
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Mon, 21 Oct 2024 19:49:06 +0200

doom(init.el): switch to corfu

Diffstat:
M.doom.d/init.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.doom.d/init.el b/.doom.d/init.el @@ -21,7 +21,8 @@ ;;layout ; auie,ctsrnm is the superior home row :completion - company ; the ultimate code completion backend + ;;company ; the ultimate code completion backend + (corfu +orderless +dabbrev) ; complete with cap(f), cape and a flying feather! ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ;;ivy ; a search engine for love and life