about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index e7999cd..bee4ca9 100644 --- a/init.el +++ b/init.el
@@ -735,6 +735,11 @@ if ripgrep is installed, otherwise `consult-grep'."
735(setup (:straight company) 735(setup (:straight company)
736 (:hook-into prog-mode) 736 (:hook-into prog-mode)
737 (:hook company-tng-mode) 737 (:hook company-tng-mode)
738
739 (if (eq acdw/system :home)
740 (setq company-idle-delay 0.25)
741 (setq company-idle-delay nil))
742
738 (:global "M-/" company-complete) 743 (:global "M-/" company-complete)
739 (:with-map company-active-map 744 (:with-map company-active-map
740 (:bind "C-d" company-show-doc-buffer 745 (:bind "C-d" company-show-doc-buffer