aboutsummaryrefslogtreecommitdiff
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
* emacs: dropping support for 24.xMiquel Sabaté Solà2019-01-242-2/+4
| | | | | | | This release is now 5 years old and some important packages like projectile have dropped support for it as well. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed writeroom-modeMiquel Sabaté Solà2019-01-242-9/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: quit character must be an ASCIIMiquel Sabaté Solà2019-01-241-2/+0
| | | | | | | This was making the terminal version of GNU Emacs to fail. In the end, this was not needed, so we can remove it to avoid trouble. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: let's remove a lot of clutter on keyboard-quitMiquel Sabaté Solà2019-01-241-21/+0
| | | | | | | | Up until now I had the [escape] character mixed between lots of weird operations on the keyboard-quit function for the minibuffer. Let's try using more the good ol' C-g key chord for this instead. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: kill with C-x r qMiquel Sabaté Solà2019-01-231-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updating licensesMiquel Sabaté Solà2019-01-225-5/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: bringing back C-a and C-eMiquel Sabaté Solà2019-01-152-33/+12
| | | | | | | | | | | | | | | | | I'm bringing back the default Emacs' bindings for C-a and C-e. The idea is that these bindings actually make more sense than the Vim ones. These caused two conflicts: 1. The `expand-region` package was already using the C-e binding. I've simply removed this package, because in these years I've never used it, so I guess it's not for me. 2. The `evil-numbers/inc-at-pt` package was already using the C-a binding. I do use this one, but I moved it into C-c +, which is similar to what I already use for `evil-numbers/dec-at-pt`. It's not too bad if I have to do it once (and if I have to repeat it there's always `.`). Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed smtp port for suse.comMiquel Sabaté Solà2018-10-271-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixing bindings for mu4e-context-switchMiquel Sabaté Solà2018-06-281-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed mu4e-view-save-attachment key bindingMiquel Sabaté Solà2018-06-271-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed mu4e-compose-forward key bindingMiquel Sabaté Solà2018-06-271-0/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: more on the html pageMiquel Sabaté Solà2018-06-121-2/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: remove mention to the html pageMiquel Sabaté Solà2018-06-121-2/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* 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: updating custom.elMiquel Sabaté Solà2018-06-041-1/+1
| | | | 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>
* bash: added aliases for ip commandMiquel Sabaté Solà2018-05-281-1/+1
| | | | 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: ignore init.html fileMiquel Sabaté Solà2018-02-151-3010/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added `Sent` bookmarks in mu4eMiquel Sabaté Solà2018-02-142-62/+64
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed style of latex sectionMiquel Sabaté Solà2018-01-292-26/+26
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added auctex packageMiquel Sabaté Solà2018-01-271-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added LaTeX supportMiquel Sabaté Solà2018-01-192-16/+92
| | | | | | 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-122-58/+60
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-026-6/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated custome.el fileMiquel Sabaté Solà2017-12-122-1111/+1111
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: M-x is now helm-M-xMiquel Sabaté Solà2017-12-122-1146/+1150
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed debugging logsMiquel Sabaté Solà2017-11-211-2/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: allow org to export to man pagesMiquel Sabaté Solà2017-11-212-3/+21
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added support for BATSMiquel Sabaté Solà2017-11-203-95/+115
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: typoMiquel Sabaté Solà2017-06-022-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the bool-flip packageMiquel Sabaté Solà2017-06-013-8/+28
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed logging in ERCMiquel Sabaté Solà2017-05-192-100/+206
| | | | 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: removed dangling packageMiquel Sabaté Solà2017-04-241-1/+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>