branch: master
commit 4ab15f756c15be61205ea5d420a408b6c6794e10
Merge: 2143217 8c0cc0f
Author: John Wiegley <[email protected]>
Commit: John Wiegley <[email protected]>

    Merge pull request #50 from tarsius/master
    
    Add magit to async-bytecomp-allowed-package.
---
 async-bytecomp.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index d074560..e680df0 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -42,7 +42,8 @@
 (require 'cl-lib)
 (require 'async)
 
-(defcustom async-bytecomp-allowed-packages '(async helm helm-core helm-ls-git 
helm-ls-hg)
+(defcustom async-bytecomp-allowed-packages
+  '(async 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