Skip to content

Commit

Permalink
Revert 8bac3bc, a9e6f88
Browse files Browse the repository at this point in the history
Add evil-collection-vterm and with-editor to comp blacklist.

Fixes doomemacs#4517
  • Loading branch information
hlissner committed Jan 18, 2021
1 parent b03fdab commit bb4d17e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/core.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb4d17e

Please sign in to comment.