aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
Commit message (Collapse)AuthorAgeFilesLines
* git: always sign commitsMiquel Sabaté Solà2021-06-281-1/+2
| | | | | | | 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-281-28/+13
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: simplify my window managementMiquel Sabaté Solà2021-04-121-0/+19
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: evil-magit has been deprecatedMiquel Sabaté Solà2021-02-102-12/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: nuked melpa stableMiquel Sabaté Solà2021-01-283-7/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: polished treemacs' configurationMiquel Sabaté Solà2021-01-281-6/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated custom.el fileMiquel Sabaté Solà2021-01-281-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a new email accountMiquel Sabaté Solà2021-01-281-2/+21
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added treemacsMiquel Sabaté Solà2021-01-251-1/+37
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* It's been 2021 for quite a while nowMiquel Sabaté Solà2021-01-227-8/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: add a shortcut for `flyspell-buffer`Miquel Sabaté Solà2021-01-211-14/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added wucuoMiquel Sabaté Solà2021-01-212-20/+5
| | | | | | | This aleviates a lot of my pains when it comes to dynamic spell checking (it basically just checks spell errors on save instead of every time). Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed issue on mu4e's attachment directoryMiquel Sabaté Solà2020-11-031-1/+1
| | | | | | As simple as a typo on the environment variable to be used. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed directoriesMiquel Sabaté Solà2020-10-221-4/+6
| | | | | | | - Use `user-emacs-directory` instead of `~/.emacs.d` directly. - Use XDG-related environment variables, which are set on the `bashrc` file. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: don't analyze early-init.elMiquel Sabaté Solà2020-10-202-3/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: make the linter happyMiquel Sabaté Solà2020-10-201-10/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: set crux to move visuallyMiquel Sabaté Solà2020-10-111-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added groovy-mode and some hunspell wordsMiquel Sabaté Solà2020-10-062-2/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated hunspellMiquel Sabaté Solà2020-10-051-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added some abbrevsMiquel Sabaté Solà2020-10-031-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed weird error with accentsMiquel Sabaté Solà2020-10-021-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added git-modes for git filesMiquel Sabaté Solà2020-08-031-9/+22
| | | | | | I've also added various minor changes here and there. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added support for adoc-modeMiquel Sabaté Solà2020-08-031-19/+31
| | | | | | I've also restructured how markup languages were laid out in the document. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: set priorities for package archivesMiquel Sabaté Solà2020-04-272-9/+20
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: track the dependencies.sh fileMiquel Sabaté Solà2020-04-271-0/+22
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: merged my README.org file into init.orgMiquel Sabaté Solà2020-04-272-103/+16
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: polished my evil setupMiquel Sabaté Solà2020-04-272-43/+21
| | | | | | | That is, I'm introducing back again some functionality that I remove but now I'm binding it into different keys. This allows me to simplify the code quite a bit. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: turns out that magit can indeed stage by patchesMiquel Sabaté Solà2020-04-271-1/+1
| | | | | | | | | Before knowing this I had to resort to the CLI and manually `git stash -p` all the way. Turns out that magit is actually able to stage particular changes from a specific files, so this whole workflow is no longer needed, and hence the warning on the documentation is no longer valid. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: force ERC to use the authinfo mechanismMiquel Sabaté Solà2020-04-271-21/+22
| | | | | | | | Apparently now in some channels from freenode I need to be properly registered. After doing this, now I have to set my credentials into my authinfo file, so it can be picked up by ERC. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: using evil-escape and removing evil-leaderMiquel Sabaté Solà2020-04-242-90/+40
| | | | | | | | | evil-escape will help us removing some dirty code we had for this task (and that it didn't necessarily work everywhere). Moreover, I've pushed my effort about removing evil-leader, which led to some new mappings. That being said, there are still some bindings that are still to be defined. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: bring window navigation to Vim defaultsMiquel Sabaté Solà2020-04-241-22/+24
| | | | | | This also applies to scrolling. With this I can get rid off tons of hacks and misbehavior. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: user C-X for killing the buffer and the windowMiquel Sabaté Solà2020-04-231-4/+3
| | | | | | | Thus moving away from the leader key and being more in sync with the default C-x which I'm already using. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: vastly cleaned up my configurationMiquel Sabaté Solà2020-04-231-609/+344
| | | | | | More detailed explanations, purged some stuff that I don't use anymore, etc. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed hookMiquel Sabaté Solà2020-04-221-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a note on the readmeMiquel Sabaté Solà2020-04-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: bring back to life the pre-push hookMiquel Sabaté Solà2020-04-223-73/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed html generationMiquel Sabaté Solà2020-04-211-3/+9
| | | | | | | | Apparently soria's `soria-theme-purple-identifiers' does not behave correctly with the HTML exported of org-mode. This took me way longer to figure out that I'd like to admit... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: remove desktop notifications for mu4e-alertMiquel Sabaté Solà2020-04-211-4/+0
| | | | | | They are annoying and they will be shown anyways in the modeline. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: prefer newer files for local stuffMiquel Sabaté Solà2020-04-211-2/+5
| | | | | | | | I have some stuff that I've built locally, and in those cases I'd prefer GNU Emacs not picking the first stuff that it sees, but instead pick the newest file, even if that involves stating which file is newer and so on. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added an early-init.el fileMiquel Sabaté Solà2020-04-213-21/+83
| | | | | | | This file will be used by GNU Emacs 27 and later and it be loaded way before init.el kicks in. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed more warnings and cleaned up js setupMiquel Sabaté Solà2020-04-212-25/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed unneeded mail variables and fixed setup for 27Miquel Sabaté Solà2020-04-211-4/+8
| | | | | | | | | | | | There were two variables that were long removed from GNU Emacs (since 24.x, I think). I was setting them anyways and the byte compiler was complaining about it. I used to ignore this warning, but now I want to play nice. Moreover, since upgrading to GNU Emacs 27.x I've noticed that sending emails was broken: it was not able to figure out the GPG key from which to sign emails. I've fixed this by directly telling `mml' which key to use. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved versions being supportedMiquel Sabaté Solà2020-04-211-12/+20
| | | | | | | Defining constants so everything is cleaner, and checking GNU Emacs versions in some places where they weren't. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: provide a package headerMiquel Sabaté Solà2020-04-212-5/+41
| | | | | | And update the one from the original init.el file. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: using the IS-MAC constant whenever possibleMiquel Sabaté Solà2020-04-211-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: properly check the OS and use thatMiquel Sabaté Solà2020-04-211-10/+24
| | | | | | | | | | | | The font detection was based on the window system, which utterly failed when starting up on server mode. Thus, we should use the `system-type' variable instead. Moreover, I'm taking this oportunity to create two new constants which are convenient to check the two supported OSes, and I'm also checking the OS at the very beginning. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed deprecated variables in 27.xMiquel Sabaté Solà2020-04-201-15/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: make sure that all-the-icons is installedMiquel Sabaté Solà2020-04-201-0/+21
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed some icons when using a serverMiquel Sabaté Solà2020-04-201-42/+44
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: better disable GC during startupMiquel Sabaté Solà2020-04-202-6/+16
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>