Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] meh | Franck Cuny | 2018-06-11 | 1 | -2/+0 |
| | |||||
* | [emacs] fix comment for fringe | Franck Cuny | 2018-06-11 | 1 | -1/+1 |
| | |||||
* | [emacs] Update hydra definition for projectile | Franck Cuny | 2018-06-11 | 1 | -32/+20 |
| | |||||
* | [emacs] Some cleanup for markdown. | Franck Cuny | 2018-06-05 | 1 | -9/+2 |
| | |||||
* | [emacs] Some clean up for the server. | Franck Cuny | 2018-06-05 | 1 | -3/+2 |
| | |||||
* | [emacs] Some major clean up. | Franck Cuny | 2018-06-05 | 17 | -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 javascript | Franck Cuny | 2018-05-10 | 1 | -0/+12 |
| | |||||
* | [emacs] some minor tweask to autocomplete | Franck Cuny | 2018-05-10 | 1 | -3/+3 |
| | |||||
* | [emacs] add racer for rust | Franck Cuny | 2018-05-10 | 1 | -0/+4 |
| | |||||
* | [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. |