From bb4d17efb7ccb816ffeaedd6debc1412fb1d5fd0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 16 Jan 2021 16:30:19 -0500 Subject: [PATCH] Revert 8bac3bc6c, a9e6f8883 Add evil-collection-vterm and with-editor to comp blacklist. Fixes #4517 --- core/core.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core.el b/core/core.el index f5d64100310..89545c50527 100644 --- a/core/core.el +++ b/core/core.el @@ -159,6 +159,8 @@ users).") (mapc (doom-partial #'add-to-list 'comp-deferred-compilation-deny-list) (let ((local-dir-re (concat "\\`" (regexp-quote doom-local-dir)))) (list (concat "\\`" (regexp-quote doom-autoloads-file) "\\'") + (concat local-dir-re ".*/evil-collection-vterm\\.el\\'") + (concat local-dir-re ".*/with-editor\\.el\\'") ;; https://github.com/nnicandro/emacs-jupyter/issues/297 (concat local-dir-re ".*/jupyter-channel\\.el\\'")))) ;; Default to using all cores, rather than half of them, since we compile