Skip to content

Commit

Permalink
Fix helm-comint for emacs version < 29.1
Browse files Browse the repository at this point in the history
Fixes #16169
  • Loading branch information
smile13241324 committed Oct 27, 2023
1 parent 1fbe74b commit a1680f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+completion/helm/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
helm-projectile
helm-swoop
helm-themes
helm-comint
(helm-comint :toggle (not (version< emacs-version "29.1")))
(helm-spacemacs-help :location local)
(helm-spacemacs-faq :location local)
helm-xref
Expand Down

0 comments on commit a1680f2

Please sign in to comment.