aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-09-04 15:17:19 -0700
committerGravatar Tom Willemse2026-09-08 14:56:25 -0700
commit80fa614c3ca653228c2f32b39bf7cd8f37864bd9 (patch)
tree5b504e8afaa953f6d2ef2e9b62432d125c697f9d
parent435d5d4c8fba88b9bc0a23635013720bd01802e3 (diff)
downloadnew-dotfiles-80fa614c3ca653228c2f32b39bf7cd8f37864bd9.tar.gz
new-dotfiles-80fa614c3ca653228c2f32b39bf7cd8f37864bd9.zip
emacs: Enable corfu for all prog-mode buffers
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
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))