aboutsummaryrefslogtreecommitdiff
path: root/emacs/settings/init-general.el
Commit message (Collapse)AuthorAgeFilesLines
* emacs: set the custom-file somewhere elseMiquel Sabaté Solà2016-12-071-0/+6
| | | | | | This way GNU Emacs will no longer pollute my init.el file. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: split init.el into different filesMiquel Sabaté Solà2016-11-171-0/+133
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>