Fix #3655: evil-collection-vterm hangs native comp

Co-authored-by: flatwhatson <flatwhatson@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2020-07-31 01:49:21 -04:00
parent e58ff8ebf0
commit 0c47a03491
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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."