mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
completion/company: remove unneeded transient hook
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user