Silence evil-collection warning
This commit is contained in:
parent
439562e526
commit
7ffb6a61c1
2 changed files with 3 additions and 3 deletions
|
@ -45,8 +45,6 @@ directives. By default, this only recognizes C directives.")
|
||||||
evil-emacs-state-cursor '(box +evil-emacs-cursor-fn)
|
evil-emacs-state-cursor '(box +evil-emacs-cursor-fn)
|
||||||
evil-insert-state-cursor 'bar
|
evil-insert-state-cursor 'bar
|
||||||
evil-visual-state-cursor 'hollow
|
evil-visual-state-cursor 'hollow
|
||||||
;; must be set before evil/evil-collection is loaded
|
|
||||||
evil-want-keybinding (not (featurep! +everywhere))
|
|
||||||
;; Only do highlighting in selected window so that Emacs has less work
|
;; Only do highlighting in selected window so that Emacs has less work
|
||||||
;; to do highlighting them all.
|
;; to do highlighting them all.
|
||||||
evil-ex-interactive-search-highlight 'selected-window)
|
evil-ex-interactive-search-highlight 'selected-window)
|
||||||
|
|
|
@ -21,7 +21,9 @@
|
||||||
doom-interactive-mode
|
doom-interactive-mode
|
||||||
(not doom-reloading-p))
|
(not doom-reloading-p))
|
||||||
|
|
||||||
(setq evil-collection-company-use-tng (featurep! :completion company +tng))
|
(setq evil-collection-company-use-tng (featurep! :completion company +tng)
|
||||||
|
;; must be set before evil/evil-collection is loaded
|
||||||
|
evil-want-keybinding nil)
|
||||||
|
|
||||||
(defvar +evil-collection-disabled-list
|
(defvar +evil-collection-disabled-list
|
||||||
'(anaconda-mode
|
'(anaconda-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue