From 80fa614c3ca653228c2f32b39bf7cd8f37864bd9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 4 Sep 2026 15:17:19 -0700 Subject: emacs: Enable corfu for all prog-mode buffers --- emacs/.emacs.d/init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 9093cf6..1e4e679 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -959,6 +959,7 @@ This includes cape for extra completion-at-point functions, and corfu-prescient #+begin_src emacs-lisp (use-package corfu + :hook (prog-mode) :config (setq corfu-auto t)) -- cgit v1.3-2-g0d8e