aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* mbsync: suse.com is quite slow, don't timeoutMiquel Sabaté Solà2017-04-121-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added rust-mode and a binding for a magit-log commandMiquel Sabaté Solà2017-04-113-121/+197
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed which-key configurationMiquel Sabaté Solà2017-03-223-56/+62
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed find-file adviceMiquel Sabaté Solà2017-03-202-114/+322
| | | | | | It failed for directories opened in dired mode. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added an advice for find-fileMiquel Sabaté Solà2017-03-152-347/+171
| | | | | | This way we can edit files as root if needed. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added vue modeMiquel Sabaté Solà2017-03-143-4/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved web-mode with stuff for js and jsxMiquel Sabaté Solà2017-03-022-70/+116
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added coffee-modeMiquel Sabaté Solà2017-02-213-10/+16
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: remove erc-yt and erc-imageMiquel Sabaté Solà2017-02-153-39/+3
| | | | | | | I thought it was a good idea until people started to drop gifs into the chat room and screwed my GNU Emacs server... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: there's no need to write the title twiceMiquel Sabaté Solà2017-02-151-8/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed some format issuesMiquel Sabaté Solà2017-02-151-5/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed link to travisMiquel Sabaté Solà2017-02-151-3/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* weechat: nukedMiquel Sabaté Solà2017-02-1528-5315/+17
| | | | | | | I'm using ERC now. Moreover, I've also moved the main README from markdown to orgmode. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* mbsync: let isync to create server foldersMiquel Sabaté Solà2017-02-142-6/+5
| | | | | | | This commit also brings an update for the emacs/custom.el file, in which `circe` is no longer installed since I'm using ERC for IRC now. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* 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>