aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* travis: updating some versionsMiquel Sabaté Solà2018-06-011-3/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* xorg: update XresourcesMiquel Sabaté Solà2018-06-011-0/+9
| | | | | | Stealing some ideas from @ereslibre Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the logs command to vpnsetupMiquel Sabaté Solà2018-06-011-7/+12
| | | | 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-282-2/+6
| | | | 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>
* gpg: fixed agent misconnectionMiquel Sabaté Solà2018-04-032-0/+25
| | | | | | This is a fix for a weird error that just happened to me. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added zypper-purgereposMiquel Sabaté Solà2018-03-061-0/+66
| | | | | | | | This zypper subcommand will check which repositories are either disabled or have no packages installed. After that, it will then ask the user whether to purge them or not (default to no). 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>
* bash: added another PATH and an aliasMiquel Sabaté Solà2018-02-231-0/+4
| | | | 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-152-3010/+1
| | | | 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>
* bash: using node8Miquel Sabaté Solà2018-02-071-1/+1
| | | | 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>
* bin: added json2yaml.rbMiquel Sabaté Solà2018-01-271-0/+6
| | | | | | This is a simple ruby script that outputs a JSON input as YAML. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: updated configMiquel Sabaté Solà2018-01-251-18/+0
| | | | 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>
* install: create emacs directoryMiquel Sabaté Solà2018-01-151-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: forgot about the license headerMiquel Sabaté Solà2018-01-121-0/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added gen-self-signedMiquel Sabaté Solà2018-01-121-0/+12
| | | | | | | | The `gen-self-signed` utility is a small script to generate self-signed certificates. Sometimes I need to create a pair and I never remember the exact command... 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-0217-25/+24
| | | | 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-204-96/+116
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: updated flag passed to agMiquel Sabaté Solà2017-11-201-3/+5
| | | | | | | | | | Recent versions of ag switched from `--path-to-agignore` to `--path-to-ignore`. Moreover, this commit also adds a minor environment variable affecting the NodeJS bundled in openSUSE Leap. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: updated bashrc to its current statusMiquel Sabaté Solà2017-06-071-61/+43
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the xspf_extractor binaryMiquel Sabaté Solà2017-06-071-0/+101
| | | | | | | This simple script copies the files described in an XSPF file into a directory. For now it's quite simplistic and assumes quite a lot of stuff... 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>