completion/company: remove unneeded transient hook

This commit is contained in:
Henrik Lissner 2019-10-14 02:54:44 -04:00
parent da7aef9a4c
commit f779c3b781
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -17,9 +17,6 @@
company-frontends
'(company-pseudo-tooltip-frontend
company-echo-metadata-frontend))
;; Lazy load until user starts entering text
(unless (featurep! :editor evil)
(add-transient-hook! 'post-self-insert-hook (require 'company)))
:config
(when (featurep! :editor evil)
(add-hook 'company-mode-hook #'evil-normalize-keymaps)