feature/evil: fix nil evil-want-integration when +everywhere isn't used
This commit is contained in:
parent
174e0518a1
commit
56dcc42440
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
:after evil
|
||||
:preface
|
||||
;; must be set before evil/evil-collcetion is loaded
|
||||
(setq evil-want-integration nil
|
||||
(setq evil-want-integration (not (featurep! +everywhere))
|
||||
evil-collection-company-use-tng nil)
|
||||
:config
|
||||
(delq 'kotlin-mode evil-collection-mode-list) ; doesn't do anything useful
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue