branch: master
commit 062c60926b640583efad1263818079a52d6c8d56
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add more helm packages to compile async.
* async-bytecomp.el (async-bytecomp-allowed-packages):
Do it.
---
async-bytecomp.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/async-bytecomp.el b/async-bytecomp.el
index 0004347..d074560 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -42,7 +42,7 @@
(require 'cl-lib)
(require 'async)
-(defcustom async-bytecomp-allowed-packages '(async helm)
+(defcustom async-bytecomp-allowed-packages '(async helm helm-core helm-ls-git
helm-ls-hg)
"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.