From 60ba3518082ea5d6726827070e66d9acd8128664 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 7 Sep 2025 15:31:24 +0300 Subject: [PATCH] add corfu --- init.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/init.el b/init.el index 7a274ae..357f249 100644 --- a/init.el +++ b/init.el @@ -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.