bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Fix type for helm-projectile-sources-list variable #161

Closed rrudakov closed 2 years ago

rrudakov commented 2 years ago

According to the https://www.gnu.org/software/emacs/manual/html_node/elisp/Composite-Types.html list is a composite type and should be used when the number of elements and its types are known. For helm-projectile-sources-list the better option would be (repeat symbol).

emacs-29 introduces setopt macro to set customizable variables, it verifies variable type according to :type annotation and throw an error if type mismatches.

Replace this placeholder text with a summary of the changes in your PR. The more detailed you are, the better.


Before submitting a PR make sure the following things have been done (and denote this by checking the relevant checkboxes):

Thanks!