summary refs log tree commit diff
path: root/emacs.d/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Configure correctly python.Franck Cuny2018-07-031-5/+16
| | | | Add anacondo, load eldoc correctly, etc.
* [emacs] A number of fixes for go-modeFranck Cuny2018-07-031-21/+30
| | | | | Set correctly go-eldoc, set the width of tab to 2, define a proper hook, etc.
* [emacs] Remove configuration for rustFranck Cuny2018-07-012-33/+0
| | | | Remove backup file too for basic settings.
* [emacs] Massive rewriteFranck Cuny2018-06-2930-16/+567
|
* [emacs] Move back some configs to init.elFranck Cuny2018-06-132-63/+0
|
* [emacs] Some major clean up.Franck Cuny2018-06-052-4/+2
| | | | | | Switch from `(require)` to `(load)`, which does not cause warning with flymake. Remove `:ensure t` since it's the default.
* [emacs] Add a custom variable for the files ignored by projectile.Franck Cuny2018-04-171-0/+11
|
* [emacs] Add additional variables.Franck Cuny2018-04-082-5/+10
|
* [emacs] Rename some custom variables.Franck Cuny2018-04-081-6/+11
| | | | Use '-' as a separator instead of '/' in some variable's names.
* [emacs] Large refactoring.Franck Cuny2018-04-084-0/+85
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.