add corfu

This commit is contained in:
Yisroel Baum 2025-09-07 15:31:24 +03:00
parent 7ba29e0ff0
commit 60ba351808
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

11
init.el
View file

@ -42,6 +42,17 @@
(use-package smartparens
:config (require 'smartparens-config)
:init (smartparens-global-mode))
(use-package corfu
:demand t
:custom
(corfu-auto t)
(corfu-seperator ?-)
(corfu-auto-prefix 2)
:init
(global-corfu-mode)
(corfu-history-mode 1)
(corfu-popupinfo-mode 1))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.