emacs - Company adjustments
This commit is contained in:
parent
24a34f2896
commit
be451a07c8
1 changed files with 3 additions and 1 deletions
|
@ -261,7 +261,9 @@
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
(global-company-mode)
|
(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
|
;; Auto-Complete
|
||||||
;;(use-package auto-complete
|
;;(use-package auto-complete
|
||||||
|
|
Loading…
Reference in a new issue