]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge pull request #50 from tarsius/master
authorJohn Wiegley <johnw@newartisans.com>
Sat, 8 Aug 2015 00:24:34 +0000 (17:24 -0700)
committerJohn Wiegley <johnw@newartisans.com>
Sat, 8 Aug 2015 00:24:34 +0000 (17:24 -0700)
Add magit to async-bytecomp-allowed-package.

async-bytecomp.el

index d074560fde55d9339cd5fd1d748f0c2890423820..e680df012a1e2b5fa37b0e8d08962a32c248f735 100644 (file)
@@ -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.