Skip to content

Commit

Permalink
Remove helm-config.
Browse files Browse the repository at this point in the history
In emacs-helm/helm@e81fbbc
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.
  • Loading branch information
byronclark authored and bbatsov committed Dec 14, 2022
1 parent 54e3d81 commit 98331c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 0 additions & 1 deletion modules/prelude-helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

(prelude-require-packages '(helm helm-projectile))

(require 'helm-config)
(require 'helm-projectile)

(when (executable-find "curl")
Expand Down

0 comments on commit 98331c1

Please sign in to comment.