diff options
| author | 2026-09-04 15:17:19 -0700 | |
|---|---|---|
| committer | 2026-09-08 14:56:25 -0700 | |
| commit | 80fa614c3ca653228c2f32b39bf7cd8f37864bd9 (patch) | |
| tree | 5b504e8afaa953f6d2ef2e9b62432d125c697f9d /emacs | |
| parent | 435d5d4c8fba88b9bc0a23635013720bd01802e3 (diff) | |
| download | new-dotfiles-80fa614c3ca653228c2f32b39bf7cd8f37864bd9.tar.gz new-dotfiles-80fa614c3ca653228c2f32b39bf7cd8f37864bd9.zip | |
emacs: Enable corfu for all prog-mode buffers
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.emacs.d/init.org | 1 |
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)) |
