chore(lang): tweak company-mode idle-delay for Go

This commit is contained in:
2021-06-17 20:49:26 +01:00
parent 6a690be6ee
commit 4b228ae317
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,6 @@
(defun siren-go-mode-setup ()
(setq-local tab-width 4
company-echo-delay 0.5
company-minimum-prefix-length 1
whitespace-style (delete 'indentation whitespace-style))