Update helm.rcp (#2889)

helm-config.el was removed from emacs-helm/helm. Use helm-autoloads
instead.
This commit is contained in:
uraw 2022-12-28 23:01:43 +09:00 committed by GitHub
parent d28d617972
commit 11affb52e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,5 +17,5 @@
nil)
:build/berkeley-unix `(("gmake"
,(concat "ASYNC_ELPA_DIR=" (el-get-package-directory 'emacs-async))))
:features "helm-config"
:features "helm-autoloads"
:post-init (helm-mode))