aboutsummaryrefslogtreecommitdiff
path: root/emacs/settings
Commit message (Collapse)AuthorAgeFilesLines
* emacs: improved the dired configurationMiquel Sabaté Solà2017-01-132-5/+49
| | | | | | Now I will be able to attach documents into mu4e from dired mode. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: some fixes on mu and orgMiquel Sabaté Solà2017-01-112-12/+15
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: enable ema-mail-mode in the proper modesMiquel Sabaté Solà2017-01-102-3/+13
| | | | | | This way it's easier to encrypt/decrypt emails. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a lot of stuff into org-modeMiquel Sabaté Solà2017-01-031-11/+116
| | | | | | Mostly org-agenda stuff. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* 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-0111-11/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: starting org-mode configurationMiquel Sabaté Solà2016-12-271-0/+56
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added evil-commentaryMiquel Sabaté Solà2016-12-231-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fetch the msg2pdf from the exec pathMiquel Sabaté Solà2016-12-211-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: some minor updatesMiquel Sabaté Solà2016-12-193-2/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* 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: 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: 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-072-3/+10
| | | | | | I'm also temporarily disabling salt-mode, since it's unreliable. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added web-modeMiquel Sabaté Solà2016-11-251-0/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: more improvements in the mu4e configMiquel Sabaté Solà2016-11-232-43/+39
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: minor improvementsMiquel Sabaté Solà2016-11-225-44/+62
| | | | 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-176-58/+50
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: split init.el into different filesMiquel Sabaté Solà2016-11-1710-0/+1150
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>