From 70eda9507aa2f46be050160a8fdf28043b6133ee Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 8 Apr 2020 16:55:56 -0400 Subject: [PATCH] Fix 'No such file or directory +everywhere' error --- modules/editor/evil/config.el | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 550e00c1b..d018006ca 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -389,26 +389,6 @@ To change these keys see `+evil-repeat-keys'." evil-ex-search-previous evil-ex-search-next) -;; `evil-collection' -(when (featurep! +everywhere) - (setq evil-collection-company-use-tng (featurep! :completion company +tng)) - - (unless doom-reloading-p - (load! "+everywhere")) - - ;; Don't let evil-collection interfere with certain keys - (appendq! evil-collection-key-blacklist - (append (when (featurep! :tools lookup) - '("gd" "gf" "K")) - (when (featurep! :tools eval) - '("gr" "gR")) - '("[" "]" "gz" ""))) - - (defadvice! +evil-collection-disable-blacklist-a (orig-fn) - :around #'evil-collection-vterm-toggle-send-escape ; allow binding to ESC - (let (evil-collection-key-blacklist) - (funcall-interactively orig-fn)))) - ;; Keybinds that have no Emacs+evil analogues (i.e. don't exist): ;; zq - mark word at point as good word ;; zw - mark word at point as bad