aboutsummaryrefslogtreecommitdiff
path: root/emacs/settings/init-calendar.el
Commit message (Collapse)AuthorAgeFilesLines
* emacs: literate programmingMiquel Sabaté Solà2017-01-131-45/+0
| | | | | | Everything has been moved into an org file. 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: eval-after-load -> with-eval-after-loadMiquel Sabaté Solà2016-11-171-17/+16
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: split init.el into different filesMiquel Sabaté Solà2016-11-171-0/+46
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>