all repos — nixfiles @ 70a4bc8fb2620ed7cec9ab21626733dfaf952272

System and user configuration, managed by nix and home-manager

Emacs: make company overlay display more quickly

Alan Pearce
commit

70a4bc8fb2620ed7cec9ab21626733dfaf952272

parent

d87f35f675e774bcab14db580795ebbc9c86d5d4

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -296,7 +296,8 @@ :ensure t
:commands (company-mode) :bind (("C-<tab>" . company-complete)) :init (progn - (add-hook 'prog-mode-hook #'company-mode))) + (add-hook 'prog-mode-hook #'company-mode) + (setq company-idle-delay .3))) ;;;; Dates & Times