From 8bac3bc6c6ac52e770106eff3134caa835a34fe9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 9 Jan 2021 04:12:54 -0500 Subject: [PATCH] Remove with-editor from comp blacklist --- core/core.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core.el b/core/core.el index db5ef74ca..85b0f9d9f 100644 --- a/core/core.el +++ b/core/core.el @@ -159,7 +159,6 @@ 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 ".*/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