Minor refactors & comment revision

This commit is contained in:
Henrik Lissner 2020-11-29 14:37:32 -05:00
parent 0285dd5e0e
commit b49c40bbb3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 20 additions and 18 deletions

View file

@ -285,7 +285,7 @@ config.el instead."
(when (boundp 'comp-eln-load-path)
(add-to-list 'comp-eln-load-path (concat doom-cache-dir "eln/")))
(after! comp
(with-eval-after-load 'comp
;; HACK Disable native-compilation for some troublesome packages
(dolist (entry (list (concat "\\`" (regexp-quote doom-local-dir) ".*/evil-collection-vterm\\.el\\'")
;; https://github.com/nnicandro/emacs-jupyter/issues/297