diff options
author | Case Duckworth | 2020-12-11 18:23:31 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-11 18:23:31 -0600 |
commit | 5ca7b194fb579f4e18a0cdc98bbdaccdfbe34b6b (patch) | |
tree | dfd46b637db077cab1d3c375b12196eadf3b884b | |
parent | Split windows more sensibly (diff) | |
download | emacs-5ca7b194fb579f4e18a0cdc98bbdaccdfbe34b6b.tar.gz emacs-5ca7b194fb579f4e18a0cdc98bbdaccdfbe34b6b.zip |
Change company-minimum-prefix-length
-rw-r--r-- | config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.org b/config.org index 459c179..fabe291 100644 --- a/config.org +++ b/config.org | |||
@@ -768,7 +768,8 @@ Until the =marginalia-annotators= settles, I’m disabling this section. | |||
768 | (use-package company | 768 | (use-package company |
769 | :custom | 769 | :custom |
770 | (company-idle-delay 0.1) | 770 | (company-idle-delay 0.1) |
771 | 771 | (company-minimum-prefix-length 3) | |
772 | |||
772 | :init | 773 | :init |
773 | (defun acdw/company-complete-common-or-cycle+1 () | 774 | (defun acdw/company-complete-common-or-cycle+1 () |
774 | (interactive) | 775 | (interactive) |