aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
Commit message (Collapse)AuthorAgeFilesLines
* emacs: I'm on Emacs 26 nowMiquel Sabaté Solà2018-06-121-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed deprecated code from magitMiquel Sabaté Solà2018-06-111-11/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated SUSE IRCMiquel Sabaté Solà2018-06-111-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added electric-pair-modeMiquel Sabaté Solà2018-06-111-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: set "C-c L" as a toggle for line numbersMiquel Sabaté Solà2018-06-011-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added `BUG` as a keywordMiquel Sabaté Solà2018-05-311-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: be more clear on when to apply line numbersMiquel Sabaté Solà2018-05-311-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added relative line numbersMiquel Sabaté Solà2018-05-311-0/+7
| | | | | | | That's the last thing missing from my Vim configuration. Now it's builtin into GNU Emacs, which means that it's not painfully slow. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed html generation on init.orgMiquel Sabaté Solà2018-05-241-3/+0
| | | | | | It has not been working for quite some time and I don't know why... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: display emojisMiquel Sabaté Solà2018-05-241-0/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: styleMiquel Sabaté Solà2018-05-241-13/+25
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added toggle for org-publish-current-fileMiquel Sabaté Solà2018-04-091-0/+13
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: do not add the magic encoding commentMiquel Sabaté Solà2018-02-231-0/+6
| | | | | | It brings quite some annoying false positives. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added org-mssola publishingMiquel Sabaté Solà2018-02-181-0/+23
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added `Sent` bookmarks in mu4eMiquel Sabaté Solà2018-02-141-4/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed style of latex sectionMiquel Sabaté Solà2018-01-291-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added LaTeX supportMiquel Sabaté Solà2018-01-191-0/+32
| | | | | | Support has been added through Auctex, and through org-mode export. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: require diminish expicitelyMiquel Sabaté Solà2018-01-121-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: M-x is now helm-M-xMiquel Sabaté Solà2017-12-121-38/+40
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: allow org to export to man pagesMiquel Sabaté Solà2017-11-211-0/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added support for BATSMiquel Sabaté Solà2017-11-201-0/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: typoMiquel Sabaté Solà2017-06-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the bool-flip packageMiquel Sabaté Solà2017-06-011-2/+10
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed logging in ERCMiquel Sabaté Solà2017-05-191-10/+37
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed typoMiquel Sabaté Solà2017-05-191-1/+2
| | | | 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-111-32/+61
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed which-key configurationMiquel Sabaté Solà2017-03-221-2/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed find-file adviceMiquel Sabaté Solà2017-03-201-2/+2
| | | | | | 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-151-5/+19
| | | | | | 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-141-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved web-mode with stuff for js and jsxMiquel Sabaté Solà2017-03-021-18/+41
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added coffee-modeMiquel Sabaté Solà2017-02-211-7/+10
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: remove erc-yt and erc-imageMiquel Sabaté Solà2017-02-151-16/+0
| | | | | | | 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: really diminish disable-mouse modeMiquel Sabaté Solà2017-02-131-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added org-captureMiquel Sabaté Solà2017-02-111-1/+24
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: general fixesMiquel Sabaté Solà2017-02-101-34/+70
| | | | | | | | | | | - 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-081-2/+32
| | | | | | 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-071-0/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: require 'orgMiquel Sabaté Solà2017-02-031-19/+25
| | | | | | | 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-021-37/+64
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: be more verbose on the explanation behind Evil modeMiquel Sabaté Solà2017-01-311-163/+211
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved dired mode supportMiquel Sabaté Solà2017-01-291-2/+15
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: typoMiquel Sabaté Solà2017-01-281-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use C-p for ERC tooMiquel Sabaté Solà2017-01-281-6/+26
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added ERCMiquel Sabaté Solà2017-01-281-0/+98
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* config/dunst: allow icons to be setMiquel Sabaté Solà2017-01-281-1/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed typosMiquel Sabaté Solà2017-01-261-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved yasnippet and diminish some minor modesMiquel Sabaté Solà2017-01-251-28/+49
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed syntax errorMiquel Sabaté Solà2017-01-191-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>