summary refs log tree commit diff
path: root/emacs.d/modules/module-protobuf.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Massive rewriteFranck Cuny2018-06-291-4/+0
|
* [emacs] Some major clean up.Franck Cuny2018-06-051-3/+0
| | | | | | Switch from `(require)` to `(load)`, which does not cause warning with flymake. Remove `:ensure t` since it's the default.
* [emacs] Large refactoring.Franck Cuny2018-04-081-0/+7
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.