summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-06-01 16:08:12 +0100
committerAlan Pearce2013-06-01 16:08:12 +0100
commit70a4bc8fb2620ed7cec9ab21626733dfaf952272 (patch)
tree0f7126121a33f3efa09590a348b9b13cb9d394d4 /emacs
parentd87f35f675e774bcab14db580795ebbc9c86d5d4 (diff)
downloaddotfiles-70a4bc8fb2620ed7cec9ab21626733dfaf952272.tar.lz
dotfiles-70a4bc8fb2620ed7cec9ab21626733dfaf952272.tar.zst
dotfiles-70a4bc8fb2620ed7cec9ab21626733dfaf952272.zip
Emacs: make company overlay display more quickly
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 7eb05be..1c224b4 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -296,7 +296,8 @@ Values: `desktop', `server', `laptop'")
   :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