aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* mbsync: adding changes on suse.com and ajuntamentMiquel Sabaté Solà2019-09-051-2/+31
| | | | | | I already had these changes locally but never committed them... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs.d: added a hook for lisp-modeMiquel Sabaté Solà2019-09-041-0/+10
| | | | | | Quite similar to what I'm doing in emacs-lisp. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs.d: be a bit more careful with versionsMiquel Sabaté Solà2019-09-041-3/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs.d: fix a type when tangling init.elMiquel Sabaté Solà2019-09-044-11/+17
| | | | | | | Moreover, I'm also included a couple of fixes of typos and documentation improvements. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: let's ignore everything by defaultMiquel Sabaté Solà2019-08-231-1/+2
| | | | | | | | | Since this directory is used as the user binaries directory, some executables might be installed from local builds. Since we don't want to include them in the repository let's ignore everything there. Whenever a new script is to be added on this repository I'll use the -f flag from `git add`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Removed unused .rvmrc fileMiquel Sabaté Solà2019-08-231-1/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: updated some paths and env. variablesMiquel Sabaté Solà2019-08-231-6/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added some screencasting packagesMiquel Sabaté Solà2019-08-232-1/+36
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added a note for soriaMiquel Sabaté Solà2019-08-221-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* vim: removed dangling submoduleMiquel Sabaté Solà2019-08-221-0/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-2270-22391/+106
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Tidying upMiquel Sabaté Solà2019-08-227-1688/+2908
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: key bindings for some org-*-export functionsMiquel Sabaté Solà2019-08-221-0/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: raise the priority for TLS1.3Miquel Sabaté Solà2019-08-151-6/+8
| | | | | | This fixes an issue when accessing elpa.gnu.org. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use the proper mailbox names for sent emailsMiquel Sabaté Solà2019-07-231-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* org: set a proper url styleMiquel Sabaté Solà2019-07-172-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* org: added org templatesMiquel Sabaté Solà2019-07-174-1/+60
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added "ajuntament" and changed "suse.com" in mu4eMiquel Sabaté Solà2019-07-172-71/+116
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: check if the locale actually existsMiquel Sabaté Solà2019-06-261-2/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: added `lisa` shortcutMiquel Sabaté Solà2019-06-261-0/+1
| | | | | | Stands for `ls -lisa`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added python environmentMiquel Sabaté Solà2019-06-042-1/+24
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the "gnus mode toggle" actionMiquel Sabaté Solà2019-05-131-0/+14
| | | | | | | | Attached .eml files are hard to visualize if mu4e-view-use-gnus is not set to true. I've defined a header action because I know I will forget about the name of this variable. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: emacs 26.2Miquel Sabaté Solà2019-04-161-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: load the g.elc file if it existsMiquel Sabaté Solà2019-03-221-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* mbsync: use localized names for GMail mailboxesMiquel Sabaté Solà2019-03-131-2/+2
| | | | | | | | Apparently mailboxes from GMail like "Sent Email" and "All email", is localized. That is, it depends on the locale of your GMail account. Since mine was in catalan, the mailboxes have to be referenced in catalan as well here. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: adapt the font on macOSMiquel Sabaté Solà2019-03-121-11/+18
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed debugging statementMiquel Sabaté Solà2019-03-121-1/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removing more stuff attached to the leader keyMiquel Sabaté Solà2019-03-121-17/+3
| | | | | | Most of them were unused, so it's not really worth it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: cleaning up some messes from evil-leaderMiquel Sabaté Solà2019-03-121-14/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added some convenience functions for org profilesMiquel Sabaté Solà2019-03-121-0/+52
| | | | | | | There are some org files that I use everyday and in a particular layout. I've created some handy functions to help me with that. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the `e` scriptMiquel Sabaté Solà2019-02-263-7/+32
| | | | | This is a shortcut to be used for reaching out to the default editor from the CLI. Notice that it also handles the root user.
* emacs: applies dockerfile-mode into more filesMiquel Sabaté Solà2019-02-121-1/+1
| | | | | | | That is, not just "Dockerfile", but also "Dockerfile-2.4" or something like that. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* xinitrc: remove right alt key as a left controlMiquel Sabaté Solà2019-02-101-3/+0
| | | | | | | This wasn't that useful in the end and it broke the input for characters like «» when using the spanish layout. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: use catalanMiquel Sabaté Solà2019-01-311-1/+1
| | | | | | I'm not totally sold on the idea, but let's see how it goes... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: don't always byte compile g.elMiquel Sabaté Solà2019-01-311-2/+3
| | | | | | Compile it only when the byte-coded version does not exist. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: don't highlight current lineMiquel Sabaté Solà2019-01-311-8/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: skip mu4e if it has not been installedMiquel Sabaté Solà2019-01-311-1/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: ensure that global-hl-line-mode is enabledMiquel Sabaté Solà2019-01-311-3/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added C-x i as a prefix for inferior modesMiquel Sabaté Solà2019-01-271-2/+12
| | | | | | This includes `C-x i e` and `C-x i l` for ielm, and `C-x i r` for inf-ruby. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added lots of improvementsMiquel Sabaté Solà2019-01-252-6/+32
| | | | | | From ruby IRB, to better beginning-of-line function, etc. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: don't unset some bindingsMiquel Sabaté Solà2019-01-251-5/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: require use-packageMiquel Sabaté Solà2019-01-251-3/+5
| | | | | | | Otherwise there's going to be a compile error on start when loading key bindings from some of the packages. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use toggle for git-timemachineMiquel Sabaté Solà2019-01-252-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: adding new packages and moving Lisp section upMiquel Sabaté Solà2019-01-252-45/+81
| | | | | | | | | The Lisp section has been moved to the very top, so I can use use-package since the very beginning. Moreover, I've added the following packages: move-text, git-timemachine and hl-line. Last but not least, I explicitly disabled the ring bell. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed commentMiquel Sabaté Solà2019-01-241-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use normal mode for git commitsMiquel Sabaté Solà2019-01-241-9/+0
| | | | | | | This is the mode being used by Vim and I didn't realize until I switched to emacsclient for editing git commits. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: adding the 'e' aliasMiquel Sabaté Solà2019-01-241-0/+1
| | | | | | This alias stands for "editor", and it's a shorthand for $EDITOR. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Use emacsclient as the default editorMiquel Sabaté Solà2019-01-244-3/+22
| | | | | | | | | I've created a special emacsclient-a-nw executable script which should suffice for places like the gitconfig or bashrc. The good thing about having emacsclient as the default editor, is that then you gain Magit, for example, when writing `git commit`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: dropping support for 24.xMiquel Sabaté Solà2019-01-243-4/+5
| | | | | | | 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>
* ci: use mu's package, not the sourceMiquel Sabaté Solà2019-01-241-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>