Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] some more hydra stuff. | Franck Cuny | 2018-04-17 | 1 | -1/+2 |
| | |||||
* | [emacs] Add a custom variable for the files ignored by projectile. | Franck Cuny | 2018-04-17 | 1 | -2/+5 |
| | |||||
* | [emacs] Add hydra for projectile. | Franck Cuny | 2018-04-12 | 1 | -0/+44 |
| | |||||
* | [emacs] Large refactoring. | Franck Cuny | 2018-04-08 | 1 | -0/+30 |
At first I wanted to add support for java, and then I realized that maintaining a giant file with all the packages was not working as I was expected. The configuration is broken down to multiple files now, with each major mode in a separate file, and the main modules in their own too. This should make it easier to maintain and organize. |