completion/company: remove unneeded transient hook
This commit is contained in:
parent
da7aef9a4c
commit
f779c3b781
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue