From 8c0cc0fab18b4289c6b5cae156d65679d9604733 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 7 Aug 2015 22:37:56 +0200 Subject: [PATCH] Add magit to async-bytecomp-allowed-package. 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-bytecomp.el index d074560fd..e680df012 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. -- 2.39.2