aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning some things upMiquel Sabaté Solà2022-09-052-2/+2
| | | | | | | | | | I forgot to update the year on the license script itself (sorta did but never bothered to push it on git), and removed emoji support in GNU Emacs since it can be a pain when starting in daemon mode for the first time (it asks for downloading the emojis but you don't really read it when starting on this way). Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the git-default scriptMiquel Sabaté Solà2022-09-051-0/+45
| | | | | | | | This subcommand allows you to easily checkout the default branch. This is mainly done because nowadays there are repositories with `main` or `master` or `whatever` as their default name. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: added GNU Emacs 28.1 into the matrixMiquel Sabaté Solà2022-08-011-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Removed .rvmrc fileMiquel Sabaté Solà2022-08-011-1/+0
| | | | | | | It's no longer used and it's actually giving me some weird warnings I don't want to care about. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: load early-init.el insteadMiquel Sabaté Solà2022-08-011-1/+1
| | | | | | | Doom has removed init.el and it's only using early-init.el, so use that instead. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: beware the new backup locationMiquel Sabaté Solà2022-07-314-20/+30
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated the node version being usedMiquel Sabaté Solà2022-07-311-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated hunspell and removed useless hgrc fileMiquel Sabaté Solà2022-06-272-28/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* email: well, restrictions are stupidMiquel Sabaté Solà2022-03-042-4/+27
| | | | | | | | | | | | | | | | | The 'ajuntament' maildir has to be handled separately and manually because resources there are scarce, and after 2GiB of space consumed, it does not allow to proceed further. Therefore, I am nuking everything on the server while preserving things locally with a 'Pull New Flags' mode on mbsync. This has the side-effect that now emails that have been already handled on the website and moved into archive are no longer perceived to be moved, and the 'inbox' folder might keep on growing. That is why I have set up a hook before mu4e's update so these emails are removed every time. Again, restrictions are stupid and I should not have to do this. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: add docker supportMiquel Sabaté Solà2022-03-042-2/+2
| | | | | | | I'm not using the fancy function, just the Dockerfile mode for editing them... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: added lfsMiquel Sabaté Solà2022-01-131-1/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* doom: format on saveMiquel Sabaté Solà2022-01-132-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* rvm: silence the annoying message for PATHMiquel Sabaté Solà2022-01-131-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updating hunspell dictionaryMiquel Sabaté Solà2021-11-161-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: explicitely set the nocap optionMiquel Sabaté Solà2021-11-151-2/+2
| | | | | | | When toggling the layout, explicitely set the ctrl:nocap option so it overrides the default value for some systems. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Add rust into my dev boxMiquel Sabaté Solà2021-10-252-1/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added uoc as a gmail accountMiquel Sabaté Solà2021-10-251-0/+5
| | | | | | | | Let doom know that the uoc.edu address is in fact a gmail one. This has some implications in regards to what to do when trashing and other operations. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Polishing things up a bitMiquel Sabaté Solà2021-10-183-438/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: even simpler emacs testingMiquel Sabaté Solà2021-10-181-5/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: simplifying the evaluated lispMiquel Sabaté Solà2021-10-181-4/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: hopefully fixed the remaining issueMiquel Sabaté Solà2021-10-182-1/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Moved readme to markdownMiquel Sabaté Solà2021-10-181-12/+13
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: more splitting upMiquel Sabaté Solà2021-10-182-8/+23
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: fixed typoMiquel Sabaté Solà2021-10-181-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: split a bit more the pipelineMiquel Sabaté Solà2021-10-181-1/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: install 'soria' from melpaMiquel Sabaté Solà2021-10-181-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: trying to get paths rightMiquel Sabaté Solà2021-10-181-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: the script step doesn't need setting up emacsMiquel Sabaté Solà2021-10-181-4/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: move emacs' testing into its own thingMiquel Sabaté Solà2021-10-181-6/+15
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the crux package backMiquel Sabaté Solà2021-10-185-6/+17
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: really fail on doom doctor failureMiquel Sabaté Solà2021-10-171-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: fix for some pathsMiquel Sabaté Solà2021-10-172-2/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: don't allow doom to prompt for anythingMiquel Sabaté Solà2021-10-171-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: travis -> githubMiquel Sabaté Solà2021-10-174-59/+41
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* spell: small additionMiquel Sabaté Solà2021-10-171-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: switched to Doom EmacsMiquel Sabaté Solà2021-10-1727-3013/+588
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: nuke autocrlf optionMiquel Sabaté Solà2021-09-231-2/+1
| | | | | | Boy it really screws things up! Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Finally add uoc.edu address into mu, mbsync and msmtpMiquel Sabaté Solà2021-09-223-18/+90
| | | | | | This was a long time coming... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* msmtp: using the proper credentials for suse.deMiquel Sabaté Solà2021-09-221-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: add binding for suspendingMiquel Sabaté Solà2021-09-211-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* mbsync: new otp mechanism around @suse.de addressMiquel Sabaté Solà2021-09-211-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Small updates on i3 and bashMiquel Sabaté Solà2021-09-093-26/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* fonts: added a clarification on the licensingMiquel Sabaté Solà2021-07-231-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* fonts: added CormorantGaramondMiquel Sabaté Solà2021-07-2310-0/+0
| | | | | | Taken freely from Google fonts. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: set autocrlf to trueMiquel Sabaté Solà2021-07-231-0/+1
| | | | | | | Not that it has happened before, but this avoids weird Windows characters creeping in. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: always sign commitsMiquel Sabaté Solà2021-06-282-1/+5
| | | | | | | This also affects Magit, which needed to have a higher transient default level so the -S option of the commit panel was available. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added msmtp into the mixMiquel Sabaté Solà2021-06-282-28/+62
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added binary for the xoauth2 protocolMiquel Sabaté Solà2021-06-231-0/+430
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Some minor fixes from the laptopMiquel Sabaté Solà2021-06-222-1/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixes here and there...Miquel Sabaté Solà2021-06-224-32/+32
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>