all repos — nixfiles @ c12b575f04d653d12edfc9188a70f709607a30c3

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

Emacs: set company completion to only happen after inserting text

Alan Pearce
commit

c12b575f04d653d12edfc9188a70f709607a30c3

parent

946245e6c206f971e3ee3bd2f05be3fb5bbc57a0

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

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