]> git.earman.xyz Git - emacsinit.git/commitdiff
Changed company prefix to 2 from 3.
authorrearman <rearman@r717.net>
Mon, 17 Oct 2022 14:21:20 +0000 (10:21 -0400)
committerrearman <rearman@r717.net>
Mon, 17 Oct 2022 14:21:20 +0000 (10:21 -0400)
common-init.el

index 957d22448fcd7df3594c4141f595b8dde0f78108..ce5281c5e3bc8b4b8888eed9933a923a8f22e605 100644 (file)
@@ -20,7 +20,7 @@
   :straight t
   :custom
   (company-idle-delay 0.01)
-  (company-minimum-prefix-length 3)
+  (company-minimum-prefix-length 2)
   (company-selection-wrap-around t)
   :config
   (global-company-mode t))