summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 2397eee..a46c475 100644 --- a/init.el +++ b/init.el
@@ -726,6 +726,11 @@ if ripgrep is installed, otherwise `consult-grep'."
726(setup (:straight company) 726(setup (:straight company)
727 (:hook-into prog-mode) 727 (:hook-into prog-mode)
728 (:hook company-tng-mode) 728 (:hook company-tng-mode)
729
730 (if (eq acdw/system :home)
731 (setq company-idle-delay 0.25)
732 (setq company-idle-delay nil))
733
729 (:global "M-/" company-complete) 734 (:global "M-/" company-complete)
730 (:with-map company-active-map 735 (:with-map company-active-map
731 (:bind "C-n" company-select-next 736 (:bind "C-n" company-select-next