chrisbarrett / skeletor.el

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

Add interactive function to create project in current directory, #16

Closed thomasf closed 10 years ago

thomasf commented 10 years ago

And possibly restrict it to run interactively only from an dired buffer?

chrisbarrett commented 10 years ago

I'll probably implement this by adding a new interactive command that reads the destination path for the project. This path would default to the current directory. Sound good?

thomasf commented 10 years ago

Yes, as long as it is possible to supply path as an argument for non interactive use as well.

chrisbarrett commented 10 years ago

I've added a command called skeletor-create-project-at. Pretty much all it does is dynamically rebind skeletor-project-directory. Check its interactive spec if you need to call it programatically.