summary refs log tree commit diff
path: root/emacs.d/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] some more hydra stuff.Franck Cuny2018-04-172-2/+3
|
* [emacs] Rewrite the python module.Franck Cuny2018-04-171-11/+5
|
* [emacs] Add a custom variable for the files ignored by projectile.Franck Cuny2018-04-171-2/+5
|
* [emacs] Add hydra for magit.Franck Cuny2018-04-121-1/+14
|
* [emacs] Add hydra for projectile.Franck Cuny2018-04-121-0/+44
|
* [emacs] Add smart-mode-line and a larger fringe.Franck Cuny2018-04-121-1/+14
|
* [emacs] Fix (I think) the binding for hydraFranck Cuny2018-04-085-16/+29
|
* [emacs] Rename some custom variables.Franck Cuny2018-04-082-12/+15
| | | | Use '-' as a separator instead of '/' in some variable's names.
* [emacs] Large refactoring.Franck Cuny2018-04-0831-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.