branch: elpa
commit 35ab78afb9ec4929552f43c6bab09bbd7da3842a
Merge: 67c3695 6577ae5
Author: Thierry Volpiatto <thierry.volpia...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #114 from tarsius/forge
    
    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.

Reply via email to