aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.org
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-201-26/+24
| | | | | | | 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>
* emacs: added highlight-numbers-modeMiquel Sabaté Solà2020-04-071-2/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated a variable from the soria themeMiquel Sabaté Solà2020-04-041-2/+2
| | | | 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-131-106/+169
| | | | | | | 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>
* Did you know that we are in 2020 already?Miquel Sabaté Solà2020-02-111-1/+1
| | | | 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>
* Minor improvements here and thereMiquel Sabaté Solà2019-12-021-1/+3
| | | | 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>
* emacs: added some handy export functionsMiquel Sabaté Solà2019-09-161-3/+46
| | | | | | These avoid some clutter when exporting to either pdf or odt. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added clang-format+Miquel Sabaté Solà2019-09-161-0/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added abbrev into the mixMiquel Sabaté Solà2019-09-161-6/+28
| | | | | | I'm also including some other packages such as dired-x. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added linters and polished codeMiquel Sabaté Solà2019-09-051-8/+12
| | | | | | The minimum version supported has been raised to 25.3. 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-041-1/+1
| | | | | | | Moreover, I'm also included a couple of fixes of typos and documentation improvements. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added some screencasting packagesMiquel Sabaté Solà2019-08-231-0/+35
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-221-0/+2349
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>