aboutsummaryrefslogtreecommitdiff
path: root/emacs/settings/init-edit.el
Commit message (Collapse)AuthorAgeFilesLines
* emacs: added writeroom-modeMiquel Sabaté Solà2017-01-021-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license yearMiquel Sabaté Solà2017-01-011-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: some minor updatesMiquel Sabaté Solà2016-12-191-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added some extra configuration for undo-treeMiquel Sabaté Solà2016-12-071-0/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the wc modeMiquel Sabaté Solà2016-12-071-0/+4
| | | | | | I'm also temporarily disabling salt-mode, since it's unreliable. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: minor improvementsMiquel Sabaté Solà2016-11-221-2/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: eval-after-load -> with-eval-after-loadMiquel Sabaté Solà2016-11-171-4/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: split init.el into different filesMiquel Sabaté Solà2016-11-171-0/+89
The init.el was about to surpass the 1000 LoC threshold, and it was no longer easy to structure the code. Thus, I've moved the different pieces into new files. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>