Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] Start a configuration for org-mode. | Franck Cuny | 2016-02-15 | 1 | -0/+15 |
| | |||||
* | [emacs] some UI tweaks. | Franck Cuny | 2016-02-15 | 1 | -4/+1 |
| | |||||
* | [emacs] Binding to switch to the scratch buffer | Franck Cuny | 2016-02-13 | 1 | -0/+2 |
| | |||||
* | [emacs] Add a few functions | Franck Cuny | 2016-02-13 | 1 | -0/+31 |
| | |||||
* | [emacs] highlight the current line. | Franck Cuny | 2016-02-13 | 1 | -0/+3 |
| | |||||
* | [emacs] set options for 'dired'. | Franck Cuny | 2016-02-13 | 1 | -0/+6 |
| | |||||
* | [emacs] change binding for projectile. | Franck Cuny | 2016-02-13 | 1 | -0/+1 |
| | | | | Use 's-p' as the prefix binding for projectile commands. | ||||
* | [emacs] Add a few more packages for git. | Franck Cuny | 2016-02-13 | 1 | -0/+6 |
| | | | | Add the `gitconfig-mode` and `gitignore-mode` packages. | ||||
* | [emacs] Load `exec-path-from-shell` only on OS X | Franck Cuny | 2016-02-13 | 1 | -5/+6 |
| | |||||
* | [emacs] Split the config into 'core' and 'modes'. | Franck Cuny | 2016-02-12 | 11 | -0/+262 |
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). |