diff options
-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) |