]> code.delx.au - gnu-emacs-elpa/commitdiff
Add magit to async-bytecomp-allowed-package.
authorJonas Bernoulli <jonas@bernoul.li>
Fri, 7 Aug 2015 20:37:56 +0000 (22:37 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Fri, 7 Aug 2015 20:37:56 +0000 (22:37 +0200)
As the maintainer of Magit I opt-in to `package.el' not messing
up the builds of this package and its dependencies.

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.