summary refs log tree commit diff
path: root/emacs.d/modules/module-rust.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] add racer for rustFranck Cuny2018-05-101-0/+4
|
* [emacs] Add a few more settings for rust.Franck Cuny2018-04-171-1/+3
|
* [emacs] Large refactoring.Franck Cuny2018-04-081-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.