Minor refactors

This commit is contained in:
Henrik Lissner 2020-04-16 21:55:59 -04:00
parent eb2e2b2a4f
commit a2714f414a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 13 additions and 16 deletions

View file

@ -17,9 +17,9 @@
;; disable modules, and to reduce the effort required to maintain our copy of
;; `evil-collection-list' (now I can just copy it from time to time).
(when (and (featurep! +everywhere)
doom-interactive-mode
(not doom-reloading-p))
(when (and doom-interactive-mode
(not doom-reloading-p)
(featurep! +everywhere))
(setq evil-collection-company-use-tng (featurep! :completion company +tng)
;; must be set before evil/evil-collection is loaded