Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] Some major clean up. | Franck Cuny | 2018-06-05 | 1 | -10/+3 |
| | | | | | | Switch from `(require)` to `(load)`, which does not cause warning with flymake. Remove `:ensure t` since it's the default. | ||||
* | [emacs] Large refactoring. | Franck Cuny | 2018-04-08 | 1 | -0/+14 |
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. |