ericdanan/counsel-projectile

[Feature] counsel-projectile-org-capture specify order of concatenation to templates.

mohkale opened this issue · 2 comments

By default counsel-projectile-org-capture-templates is inserted before org-capture-templates. I'd prefer if they were inserted after; so I'd like to suggest an option to specify the order in which the two lists are concatenated. Something like:

(setq counsel-projectile-org-capture-templates-first-p nil)

or something to that affect.

Thanks for suggestion. I created that variable so you can customize it to place project templates at the end.

much appreciated, thank you 😄.