summary refs log tree commit diff
path: root/emacs.d/core/core-editor.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] set options for 'dired'.Franck Cuny2016-02-131-0/+6
|
* [emacs] change binding for projectile.Franck Cuny2016-02-131-0/+1
| | | | Use 's-p' as the prefix binding for projectile commands.
* [emacs] Load `exec-path-from-shell` only on OS XFranck Cuny2016-02-131-5/+6
|
* [emacs] Split the config into 'core' and 'modes'.Franck Cuny2016-02-121-0/+67
Separate the modules that are 'core' (e.g.: related to editing, manipulating text, and so on) and the 'modes' (e.g.: related to syntax, langage support, etc).