You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enjoy having my namespace forms automatically sorted after I invoke cljr-add-require-to-ns. However, when I invoke cljr-add-project-dependency, I must then invoke cljr-sort-project-dependencies in order to have my project dependencies re-sorted. Would it be appropriate to add an analogous variable like cljr-auto-sort-project-dependencies to allow for this use case?
It seems like a pretty trivial change so I can make a pull request, but I would like to make sure there isn't anything obvious I'm missing, first.
The text was updated successfully, but these errors were encountered:
* Add new defcustom `cljr-auto-sort-project-dependencies', defaults to
nil.
* Add new function `cljr--maybe-sort-project-dependencies'.
* Call new function from `cljr-add-project-dependency'.
* Update changelog.
I enjoy having my namespace forms automatically sorted after I invoke
cljr-add-require-to-ns
. However, when I invokecljr-add-project-dependency
, I must then invokecljr-sort-project-dependencies
in order to have my project dependencies re-sorted. Would it be appropriate to add an analogous variable likecljr-auto-sort-project-dependencies
to allow for this use case?It seems like a pretty trivial change so I can make a pull request, but I would like to make sure there isn't anything obvious I'm missing, first.
The text was updated successfully, but these errors were encountered: