Silence Company Mode in commit message
This commit is contained in:
parent
2bbf482aee
commit
24a34f2896
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@
|
||||||
:ensure t
|
:ensure t
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
(global-company-mode))
|
(global-company-mode)
|
||||||
|
(add-hook 'git-commit-mode-hook (lambda () (company-mode 0))))
|
||||||
|
|
||||||
;; Auto-Complete
|
;; Auto-Complete
|
||||||
;;(use-package auto-complete
|
;;(use-package auto-complete
|
||||||
|
|
Loading…
Reference in a new issue