1

Shorten idle autocompletion delay

This commit is contained in:
Jessie Hildebrandt 2017-11-18 13:58:13 -05:00
parent ea10363ee1
commit 7d4cc28c19

View File

@ -286,7 +286,7 @@
(use-package company (use-package company
:ensure t :ensure t
:init (global-company-mode) :init (global-company-mode)
:config (setq company-idle-delay 0.2)) :config (setq company-idle-delay 0.1))
;; [Lua] ;; [Lua]
;; Load Company-Lua ;; Load Company-Lua