]> jturnerusa.dev Git - emacs.d/commitdiff
new use-package for company
authorJohn Turner <jturner.usa@gmail.com>
Sun, 10 Mar 2024 19:23:58 +0000 (15:23 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Sun, 10 Mar 2024 19:23:58 +0000 (15:23 -0400)
packages/company.el [new file with mode: 0644]

diff --git a/packages/company.el b/packages/company.el
new file mode 100644 (file)
index 0000000..59612c4
--- /dev/null
@@ -0,0 +1,4 @@
+(use-package company
+  :custom
+  (company-minimum-prefix-length 2)
+  (company-idle-delay 0))