aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* emacs: improved versions being supportedMiquel Sabaté Solà2020-04-212-12/+21
| | | | | | | 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>
* emacs: use doom-modelineMiquel Sabaté Solà2020-04-202-34/+38
| | | | | | | 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: avoid calling package-initialize in 27.xMiquel Sabaté Solà2020-04-201-1/+3
| | | | | | | GNU Emacs 27.x no longer requires the call of `package-initialize`. We can skip this call from now on. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: enable lexical binding for the resulting init fileMiquel Sabaté Solà2020-04-201-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: there is no need to manually add site-lisp subdirsMiquel Sabaté Solà2020-04-201-1/+0
| | | | | | | | Subdirectories inside of /usr/share/emacs/site-lisp are automatically added inside of the `load-path` variable. Thus, there is no need to manually include it again. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a couple of optimizations with frame creationMiquel Sabaté Solà2020-04-201-2/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: also use evil-collection for the help modeMiquel Sabaté Solà2020-04-201-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use evil-collection as much as possibleMiquel Sabaté Solà2020-04-201-55/+21
| | | | | | This is useful in most cases and it reduces clutter. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use evil-collection instead of evil-mu4eMiquel Sabaté Solà2020-04-202-27/+25
| | | | | | | 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: make sure that highlight-numbers is installedMiquel Sabaté Solà2020-04-131-4/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: upgrade the default nodeMiquel Sabaté Solà2020-04-131-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* hunspell: added more wordsMiquel Sabaté Solà2020-04-131-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the PLJ abbrevMiquel Sabaté Solà2020-04-091-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed CIMiquel Sabaté Solà2020-04-082-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added highlight-numbers-modeMiquel Sabaté Solà2020-04-072-4/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated a variable from the soria themeMiquel Sabaté Solà2020-04-043-4/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: yarn hack no longer neededMiquel Sabaté Solà2020-03-311-2/+0
| | | | | | | I've now recovered my RPM package from home:mssola. I will keep yarn up-to-date there. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Hunspell updateMiquel Sabaté Solà2020-03-261-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: added byebug's history file into gitignoreMiquel Sabaté Solà2020-03-261-0/+1
| | | | | | Let's ignore globally the .byebug_history file. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed some install issuesMiquel Sabaté Solà2020-03-261-2/+2
| | | | | | Use the absolute path when linking... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added git nukeMiquel Sabaté Solà2020-03-252-0/+45
| | | | | | This deletes a branch both locally and remotely. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* More words on hunspellMiquel Sabaté Solà2020-03-101-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: regular hunspell and abbrevs.el updateMiquel Sabaté Solà2020-02-262-2/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* dict: more wordsMiquel Sabaté Solà2020-02-191-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added abbrev and vocab from city hallMiquel Sabaté Solà2020-02-172-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: tidying up a bit the test infrastructureMiquel Sabaté Solà2020-02-171-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: dash.el is a requirement for elisp-elint.el nowMiquel Sabaté Solà2020-02-171-0/+1
| | | | | | Don't ask me, it is now apparently... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fix for stdlib-changes on elisp-lintMiquel Sabaté Solà2020-02-171-3/+4
| | | | | | | Apparently elisp-lint also requires that stupid `stdlib-changes' file. Let's make it happen for this tool too. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Update hunspell dictionaryMiquel Sabaté Solà2020-02-171-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: outline all headlines when running flyspellMiquel Sabaté Solà2020-02-171-0/+6
| | | | | | | When calling `flyspell-check-next-highlighted-word', expand all headlines, so flyspell does not struggle with hidden text. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: reworked the whole mess that was spell checkingMiquel Sabaté Solà2020-02-133-108/+173
| | | | | | | 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: fixed wrong requirement from gif-keycastMiquel Sabaté Solà2020-02-111-23/+23
| | | | | | | This package claimed to support GNU Emacs 25 but it's using the `xdg` library, which is only available since GNU Emacs 26.1. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use the safer boundp functionMiquel Sabaté Solà2020-02-111-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: rebumped again how things are builtMiquel Sabaté Solà2020-02-113-36/+45
| | | | | | | | Following the example set by writer-mode, I feel much more comfortable with the nix approach of installing GNU Emacs (much more reliable on CI). Plus, I've also added a Makefile so things are easier to test. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Did you know that we are in 2020 already?Miquel Sabaté Solà2020-02-1124-31/+31
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: update on the abbrevs.el fileMiquel Sabaté Solà2020-02-111-7/+310
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use writer-mode in order to export into PDF or ODTMiquel Sabaté Solà2020-02-111-51/+29
| | | | | | This applies only to org mode documents. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* xinit: Added udiskieMiquel Sabaté Solà2020-02-101-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added an abbrev for the ... unitary characterMiquel Sabaté Solà2020-02-061-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: start nextcloud client on startMiquel Sabaté Solà2019-12-141-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated abbrevs.el fileMiquel Sabaté Solà2019-12-091-0/+1
| | | | | | Added yet another long institutional name... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Minor improvements here and thereMiquel Sabaté Solà2019-12-023-1/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: configured visual-line mode when in text modeMiquel Sabaté Solà2019-09-191-22/+79
| | | | | | | | This will be applied in modes such as org mode. This commit not only enables this mode, but it also tweaks evil mode and it adds a function so everything runs as expected. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>