Add with-editor.el to the compilation black-list
This commit is contained in:
parent
aa02dc14a4
commit
e9394c7c06
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ config.el instead."
|
|||
(after! comp
|
||||
;; HACK Disable native-compilation for some troublesome packages
|
||||
(dolist (entry (list (concat "\\`" (regexp-quote doom-local-dir) ".*/evil-collection-vterm\\.el\\'")
|
||||
(concat "\\`" (regexp-quote doom-local-dir) ".*/with-editor\\.el\\'")
|
||||
(concat "\\`" (regexp-quote doom-autoloads-file) "'")))
|
||||
(add-to-list 'comp-deferred-compilation-black-list entry)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue