diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f63d02..e1708b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ for `which-key` bug causing display issues in clients to `emacs --daemon`. * Fix **Edit on GitHub** link in ReadTheDocs site. * Fix fall back to sample `prelude-modules.el` not working if user has installed to non-default location. +* Stop requiring `helm-config` since upstream has removed the module. ## 1.1.0 (2021-02-14) diff --git a/modules/prelude-helm.el b/modules/prelude-helm.el index 93ce2aa..75b0e5f 100644 --- a/modules/prelude-helm.el +++ b/modules/prelude-helm.el @@ -33,7 +33,6 @@ (prelude-require-packages '(helm helm-projectile)) -(require 'helm-config) (require 'helm-projectile) (when (executable-find "curl")