aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* emacs: really diminish disable-mouse modeMiquel Sabaté Solà2017-02-132-56/+56
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added org-captureMiquel Sabaté Solà2017-02-113-18/+80
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: general fixesMiquel Sabaté Solà2017-02-102-65/+157
| | | | | | | | | | | - projectile: removed the format definition. I didn't know that the default format already took into account clashes between files from different projects. This way I don't need other packages like =uniquify=. - crux: fixed bindings. - magit: added a binding for =magit-blame= and improved the documentation. - ohers: added the =mssola-face-at-point= function Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added json-reformatMiquel Sabaté Solà2017-02-083-12/+116
| | | | | | I've also sorted a bit how things are in the programming language section. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added recentfMiquel Sabaté Solà2017-02-072-659/+687
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: require 'orgMiquel Sabaté Solà2017-02-032-680/+697
| | | | | | | I was not explicitely requiring org, and so GNU Emacs apparently freaked out. Moreover, I've also fixed a couple of warnings. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed some issues on ERC and added WoManMiquel Sabaté Solà2017-02-023-87/+158
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: be more verbose on the explanation behind Evil modeMiquel Sabaté Solà2017-01-313-224/+354
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved dired mode supportMiquel Sabaté Solà2017-01-292-55/+85
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* config: added mimeapps.list fileMiquel Sabaté Solà2017-01-281-0/+33
| | | | | | | I'm tired of applications trying to open stupid PDF files with stupid Libreoffice. Just do the right thing and let Firefox do the job. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: typoMiquel Sabaté Solà2017-01-282-53/+53
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use C-p for ERC tooMiquel Sabaté Solà2017-01-282-62/+102
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added ERCMiquel Sabaté Solà2017-01-283-18/+234
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* config/dunst: allow icons to be setMiquel Sabaté Solà2017-01-283-49/+50
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed typosMiquel Sabaté Solà2017-01-262-55/+55
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a new git hook before pushingMiquel Sabaté Solà2017-01-263-2/+89
| | | | | | | This hook will make sure that whenever something around GNU Emacs has changed, it will sync it to my personal server. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved yasnippet and diminish some minor modesMiquel Sabaté Solà2017-01-253-46/+99
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed syntax errorMiquel Sabaté Solà2017-01-192-47/+47
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added license header to the CSS fileMiquel Sabaté Solà2017-01-181-0/+17
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: htmlized code blocks in the resulting exported fileMiquel Sabaté Solà2017-01-184-941/+1071
| | | | | | Moreover, I've added a CSS file that is specific for HTML code. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added credits and license into the init.org fileMiquel Sabaté Solà2017-01-182-2/+85
| | | | | | | This is done because the rendered html file should have both these notices since there's no link to the README.org file there. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a style to the generated init.html fileMiquel Sabaté Solà2017-01-183-5/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed README fileMiquel Sabaté Solà2017-01-161-16/+63
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: some fixesMiquel Sabaté Solà2017-01-162-49/+42
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: add relative timestamps to undo-treeMiquel Sabaté Solà2017-01-152-6/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed buildMiquel Sabaté Solà2017-01-143-3/+10
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added an html fileMiquel Sabaté Solà2017-01-143-15/+2192
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fix kbd tagMiquel Sabaté Solà2017-01-131-4/+24
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: literate programmingMiquel Sabaté Solà2017-01-1318-1532/+1629
| | | | | | Everything has been moved into an org file. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved the dired configurationMiquel Sabaté Solà2017-01-133-5/+50
| | | | | | 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-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>