From 98331c14c5be0d1324abce3408e67ef68c03b66c Mon Sep 17 00:00:00 2001 From: Byron Clark Date: Wed, 14 Dec 2022 15:11:08 -0700 Subject: [PATCH] Remove helm-config. In https://github.com/emacs-helm/helm/commit/e81fbbc687705595ab65ae5cd3bdf93c17a90743 the file was removed entirely so the require fails. Since `helm-config` has been unneeded since helm v3.7.0 (~ 2020-08), remove the require. --- CHANGELOG.md | 1 + modules/prelude-helm.el | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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")