diff options
author | Alan Pearce | 2019-12-13 21:04:22 +0100 |
---|---|---|
committer | Alan Pearce | 2019-12-13 21:04:22 +0100 |
commit | d9529458683c7f18ab8141dcd592826631a046ad (patch) | |
tree | eca220bcd87e17b64d65cce3209f7935350bf22b /user/emacs | |
parent | bec3f8af9468612cf9c02ca375723a02a223a20d (diff) | |
download | nixfiles-d9529458683c7f18ab8141dcd592826631a046ad.tar.lz nixfiles-d9529458683c7f18ab8141dcd592826631a046ad.tar.zst nixfiles-d9529458683c7f18ab8141dcd592826631a046ad.zip |
Emacs: delay completion when not using TabNine
Diffstat (limited to 'user/emacs')
-rw-r--r-- | user/emacs/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el index 5f8137fb..5ca65760 100644 --- a/user/emacs/.emacs.d/init.el +++ b/user/emacs/.emacs.d/init.el @@ -439,7 +439,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :defer 2 :commands (company-explicit-action-p) :config (progn - (setq company-idle-delay 0 + (setq company-idle-delay 0.2 company-tooltip-align-annotations t company-show-numbers t company-dabbrev-downcase nil |