aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
Commit message (Collapse)AuthorAgeFilesLines
* ci: rebumped again how things are builtMiquel Sabaté Solà2020-02-111-0/+5
| | | | | | | | 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-117-7/+7
| | | | 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>
* emacs: added an abbrev for the ... unitary characterMiquel Sabaté Solà2020-02-061-1/+2
| | | | 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-022-1/+4
| | | | 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-163-2/+13
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added abbrev into the mixMiquel Sabaté Solà2019-09-163-8/+36
| | | | | | I'm also including some other packages such as dired-x. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: markdown to org-mode on a README fileMiquel Sabaté Solà2019-09-062-18/+18
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added linters and polished codeMiquel Sabaté Solà2019-09-058-48/+126
| | | | | | 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-042-8/+10
| | | | | | | 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-232-1/+36
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-2215-0/+2888
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>