aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-0120-20/+20
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: starting org-mode configurationMiquel Sabaté Solà2016-12-272-0/+57
| | | | 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-194-3/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: provide a keybinding for the g commandMiquel Sabaté Solà2016-12-081-0/+1
| | | | 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/lisp: added proper documentation to the g-file variableMiquel Sabaté Solà2016-12-071-2/+2
| | | | 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>
* Adding mbsyncMiquel Sabaté Solà2016-11-234-8/+126
| | | | 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-226-52/+65
| | | | 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-1711-902/+1177
| | | | | | | | 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>
* emacs: added evil-args and php-modeMiquel Sabaté Solà2016-11-171-2/+22
| | | | | | I've also added a key binding for killing Emacs. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added expand-regiionMiquel Sabaté Solà2016-11-171-0/+25
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added mu4eMiquel Sabaté Solà2016-11-172-0/+247
| | | | | | | There's still plenty of things to be fixed, but at least this is something in which I can be productive. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: make helm-ag work in all casesMiquel Sabaté Solà2016-10-271-1/+10
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved magit supportMiquel Sabaté Solà2016-10-261-6/+27
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added evil-magitMiquel Sabaté Solà2016-10-241-5/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added ideas from @purcellMiquel Sabaté Solà2016-10-231-1/+28
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Relicensed: GPLv3+ onlyMiquel Sabaté Solà2016-10-215-731/+681
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: trying to test it with travisMiquel Sabaté Solà2016-10-215-6/+62
| | | | | | | Files and idea taken from https://github.com/purcell/emacs.d. I've also added the bin/test directory into it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fix C-p for non-project situationsMiquel Sabaté Solà2016-10-201-1/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: make buffer-list-mode work in evil modeMiquel Sabaté Solà2016-10-191-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: set the proper state for the help and debugger modesMiquel Sabaté Solà2016-10-191-6/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed the macro handlingMiquel Sabaté Solà2016-10-191-5/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved bindings for helmMiquel Sabaté Solà2016-10-181-1/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added evil mode bindings into the calendarMiquel Sabaté Solà2016-10-181-1/+21
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed twittering modeMiquel Sabaté Solà2016-10-181-29/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added go-add-tagsMiquel Sabaté Solà2016-09-111-1/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: saltyMiquel Sabaté Solà2016-09-071-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use which-keyMiquel Sabaté Solà2016-09-021-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added terraform and hcl modesMiquel Sabaté Solà2016-08-311-0/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added dockerfile mode and removed the .service fileMiquel Sabaté Solà2016-08-253-20/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: show-paren-modeMiquel Sabaté Solà2016-08-101-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added vpnsetupMiquel Sabaté Solà2016-08-061-0/+86
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the g.el scriptMiquel Sabaté Solà2016-08-023-0/+157
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added cmake supportMiquel Sabaté Solà2016-07-261-0/+19
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updating freenode channelsMiquel Sabaté Solà2016-07-191-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* weechat: added clarification on SSLMiquel Sabaté Solà2016-07-191-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* weechat: added oftc the Tor channelsMiquel Sabaté Solà2016-07-191-0/+39
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>