mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
feature/evil: fix nil evil-want-integration when +everywhere isn't used
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user