diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-03-29 17:12:10 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-03-29 17:12:10 -0700 |
| commit | f2e7dfcf2e9c606e47511701a8cff37c913b8b96 (patch) | |
| tree | 9b32419c889c8add299c45c2a1402244fed208a9 /emacs/init.el | |
| parent | dade583159e78a0ba6a40acf8ae888ce6df1b32f (diff) | |
new binds and stuff
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 832c35f..1c47a39 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -281,7 +281,7 @@ :init (corfu-terminal-mode 1) :custom - (corfu-terminal-disable-on-gui t)) + (corfu-terminal-disable-on-gui nil)) (use-package cape ;; extend completion frameworks |
