aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/custom.el
Commit message (Collapse)AuthorAgeFilesLines
* emacs: added groovy-mode and some hunspell wordsMiquel Sabaté Solà2020-10-061-2/+2
| | | | 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: using evil-escape and removing evil-leaderMiquel Sabaté Solà2020-04-241-1/+1
| | | | | | | | | 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: added an early-init.el fileMiquel Sabaté Solà2020-04-211-1/+1
| | | | | | | 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-211-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: better disable GC during startupMiquel Sabaté Solà2020-04-201-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use doom-modelineMiquel Sabaté Solà2020-04-201-6/+4
| | | | | | | This is much fancier than what I had before. Plus, I was able to get rid off all the ugly `diminish` calls that never actually worked. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use evil-collection instead of evil-mu4eMiquel Sabaté Solà2020-04-201-1/+1
| | | | | | | Found an error on evil-mu4e after upgrading mu4e. Turns out that the package had migrated from evil-mu4e into evil-collection. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added highlight-numbers-modeMiquel Sabaté Solà2020-04-071-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated a variable from the soria themeMiquel Sabaté Solà2020-04-041-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: reworked the whole mess that was spell checkingMiquel Sabaté Solà2020-02-131-2/+2
| | | | | | | I've added support for hunspell and languagetool. Moreover, I've redistributed sections so things were located more logically. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added clang-format+Miquel Sabaté Solà2019-09-161-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added some screencasting packagesMiquel Sabaté Solà2019-08-231-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-221-0/+24
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>