emacs - Company adjustments

This commit is contained in:
Valentin Gehrke 2017-10-12 10:13:03 +02:00
parent 24a34f2896
commit be451a07c8

View file

@ -261,7 +261,9 @@
:demand t
:config
(global-company-mode)
(add-hook 'git-commit-mode-hook (lambda () (company-mode 0))))
(setq company-global-modes '(not git-commit-mode))
(setq company-minimum-prefix-length 2)
(setq company-idle-delay 0.5))
;; Auto-Complete
;;(use-package auto-complete