Get rid of old custom company function.

This commit is contained in:
Ivan Malison 2015-01-28 12:49:42 -08:00
parent c0a2ab445f
commit 8a1fa52dbf

View File

@ -493,7 +493,6 @@ The current directory is assumed to be the project's root otherwise."
(progn
(setq company-idle-delay .25)
(global-company-mode)
(add-to-list 'company-backends 'mu4e-contacts-company)
(diminish 'company-mode))
:init
(add-hook 'prog-mode-hook (lambda () (company-mode t))))