diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 0e200d5..42c9916 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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