aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/test-emacs.sh
Commit message (Collapse)AuthorAgeFilesLines
* emacs: switched to Doom EmacsMiquel Sabaté Solà2021-10-171-58/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: don't analyze early-init.elMiquel Sabaté Solà2020-10-201-1/+1
| | | | 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>
* 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>
* emacs: added clang-format+Miquel Sabaté Solà2019-09-161-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added linters and polished codeMiquel Sabaté Solà2019-09-051-0/+51
The minimum version supported has been raised to 25.3. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>