Remove helm-config.

In e81fbbc687
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.
This commit is contained in:
Byron Clark 2022-12-14 15:11:08 -07:00 committed by Bozhidar Batsov
parent 54e3d81b1f
commit 98331c14c5
2 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,6 @@
(prelude-require-packages '(helm helm-projectile))
(require 'helm-config)
(require 'helm-projectile)
(when (executable-find "curl")