chrisbarrett / skeletor.el

Powerful project skeletons for Emacs
GNU General Public License v3.0
126 stars 17 forks source link

Templatable project name #21

Open thisirs opened 9 years ago

thisirs commented 9 years ago

It could be great to have templatable project name. I use skeletor to generate timestamped "projects" with title "2015-01-05_Blah_blah_foo". One possible way is to add another keyword :project-name that would be in my case "__(my-date)_____(my-title)__". What do you think?

chrisbarrett commented 9 years ago

So, you're thinking something along the lines of having a function to fill out the project name when you create it?