branch: elpa commit 6577ae5cf9049c6011ef62c200857cf230d53cc4 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Add forge to async-bytecomp-allowed-packages --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-bytecomp.el index 9f32035..5c8704b 100644 --- a/async-bytecomp.el +++ b/async-bytecomp.el @@ -47,7 +47,7 @@ ;; they get compiled asynchronously, so this conservative default value is ;; here to make sure that the mode can be enabled without the user's ;; explicit consent. - '(async helm helm-core helm-ls-git helm-ls-hg magit) + '(async forge helm helm-core helm-ls-git helm-ls-hg magit) "Packages in this list will be compiled asynchronously by `package--compile'. All the dependencies of these packages will be compiled async too, so no need to add dependencies to this list.