Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] Add a few more settings for rust. | Franck Cuny | 2018-04-17 | 1 | -1/+3 |
| | |||||
* | [emacs] some more hydra stuff. | Franck Cuny | 2018-04-17 | 2 | -2/+3 |
| | |||||
* | [emacs] Rewrite the python module. | Franck Cuny | 2018-04-17 | 1 | -11/+5 |
| | |||||
* | [emacs] Add a custom variable for the files ignored by projectile. | Franck Cuny | 2018-04-17 | 1 | -2/+5 |
| | |||||
* | [emacs] Add hydra for magit. | Franck Cuny | 2018-04-12 | 1 | -1/+14 |
| | |||||
* | [emacs] Add hydra for projectile. | Franck Cuny | 2018-04-12 | 1 | -0/+44 |
| | |||||
* | [emacs] Add smart-mode-line and a larger fringe. | Franck Cuny | 2018-04-12 | 1 | -1/+14 |
| | |||||
* | [emacs] Fix (I think) the binding for hydra | Franck Cuny | 2018-04-08 | 5 | -16/+29 |
| | |||||
* | [emacs] Rename some custom variables. | Franck Cuny | 2018-04-08 | 2 | -12/+15 |
| | | | | Use '-' as a separator instead of '/' in some variable's names. | ||||
* | [emacs] Large refactoring. | Franck Cuny | 2018-04-08 | 31 | -0/+689 |
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. |