From 0c47a034910df9b919442b440f259c96b3cd89ca Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 31 Jul 2020 01:49:21 -0400 Subject: [PATCH] Fix #3655: evil-collection-vterm hangs native comp Co-authored-by: flatwhatson --- core/core-packages.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-packages.el b/core/core-packages.el index a727deba0..284ac0bd7 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -97,7 +97,9 @@ uses a straight or package.el command directly).") ;; we don't have to deal with them at all. autoload-compute-prefixes nil ;; We handle it ourselves - straight-fix-org nil) + straight-fix-org nil + ;; HACK Disable native-compilation for some troublesome files + comp-deferred-compilation-black-list '("/evil-collection-vterm\\.el$")) (defadvice! doom--read-pinned-packages-a (orig-fn &rest args) "Read `:pin's in `doom-packages' on top of straight's lockfiles."