A (tiny) project manager for Emacs editor to make work flow better and intuitive.
- Extract files into to initialization folder i.e
.emacs.d. - Put
(load-file "PATH-TO-INIT-Folder/start.el")into init file.emacs... thats it
- Project manage will ask for Root folder where your projects resides and a project name(name of your projects's directory)
- Files can be added to workspace(current project) with
M-x add-buffer.. Current buffer will be added to current project. Manager will record these files and open them for you when you will load this project next time. - Root can be set with
M-x set-rootand project withM-x switch-projectwithin Root folder. - Currently there is no facility for creating project, but if you add new project in Root folder then you will have to
M-x refresh-root.
- add-buffer
- remove-buffer
- set-root
- switch-project
- refresh-root
