summary refs log tree commit diff
path: root/emacs.d/inits/50_development.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Add bindings for smart-parens.Franck Cuny2015-12-011-1/+24
| | | | This binding will help to navigate across expressions.
* [emacs] enable `helm-projectile`.Franck Cuny2015-11-151-0/+5
| | | | Now that I'm using `helm`, let's also install `helm-projectile`.
* [emacs] add company modeFranck Cuny2015-11-101-0/+6
|
* [emacs] remove the exec-path-from-shell package.Franck Cuny2015-11-101-4/+0
| | | | Move the configuration to start the emacs server into a seperate file.
* [emacs] split config in different files.Franck Cuny2015-09-161-0/+47
Move the configuration for each language and major mode in it's own configuration file. Enable the theme "leuven" if run in windowed mode.