aboutsummaryrefslogtreecommitdiff
path: root/emacs/settings/init-mu4e.el
Commit message (Collapse)AuthorAgeFilesLines
* emacs: some minor updatesMiquel Sabaté Solà2016-12-191-2/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use the mu4e-action-view-with-xwidget provided in mu 0.9.18Miquel Sabaté Solà2016-12-071-18/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: more improvements in the mu4e configMiquel Sabaté Solà2016-11-231-40/+32
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: minor improvementsMiquel Sabaté Solà2016-11-221-39/+50
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed some evil bindings in mu4eMiquel Sabaté Solà2016-11-181-8/+10
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: eval-after-load -> with-eval-after-loadMiquel Sabaté Solà2016-11-171-5/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: split init.el into different filesMiquel Sabaté Solà2016-11-171-0/+261
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>