summary refs log tree commit diff
path: root/emacs.d/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] mehFranck Cuny2018-06-111-2/+0
|
* [emacs] fix comment for fringeFranck Cuny2018-06-111-1/+1
|
* [emacs] Update hydra definition for projectileFranck Cuny2018-06-111-32/+20
|
* [emacs] Some cleanup for markdown.Franck Cuny2018-06-051-9/+2
|
* [emacs] Some clean up for the server.Franck Cuny2018-06-051-3/+2
|
* [emacs] Some major clean up.Franck Cuny2018-06-0517-54/+18
| | | | | | Switch from `(require)` to `(load)`, which does not cause warning with flymake. Remove `:ensure t` since it's the default.
* [emacs] add support for javascriptFranck Cuny2018-05-101-0/+12
|
* [emacs] some minor tweask to autocompleteFranck Cuny2018-05-101-3/+3
|
* [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] 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.