Often when I start emacs I open the same set of files. How can I make it so that I can quickly select several files from a directory and open them?
|
feedback
|
|
You could try setting up a fileset in Emacs to accomplish this . | |||||
feedback
|
|
When you open emacs you can run | |||
|
feedback
|
|
Have a look at the desktop commands, you can save your desktop into a file, say at the top of your project and then use desktop-change-dir to that project and it will load the files. Have a look at the documentation on saving sessions. http://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html#Saving-Emacs-Sessions | |||
|
feedback
|
|
This is a think-outside-the-box solution: I use ENSO launcher on my windows and am more than satisfied with it.
I know it is not an emacs solution, but it is a very helpful productivity tool. | |||
feedback
|
|
Yet another alternative is to just use a file glob ( | |||
|
feedback
|
