Age | Commit message (Collapse) | Author |
|
After GitHub Actions were available, this repository kept using Travis
because it worked well enough, especially given this package is very
much in maintenance mode. However, going forward it'd be nice to use
purcell/setup-emacs action to test various Emacs versions.
Don't bother testing against Emacs 24 because the next release will
bump the minimum Emacs version to at least 25.1.
While touching this setup, drop the Makefile target for downloading
dependencies and instead just expect dependencies to be one level up
from the snakemake-mode checkout.
|
|
--eval uses lexical scoping as of Emacs 27. Load autoload.el to
evaluate (defvar generated-autoload-file ...) and get dynamic scope.
See Emacs's bug#39823.
|
|
magit-popup.el is in its own repository as of Magit's 4d5d9bfa
|
|
|
|
Used by Travis make call.
|
|
|
|
MELPA excludes test.el, tests.el, *-test.el, and *-tests.el.
|
|
|
|
|
|
Based on issue #3, perhaps older versions of update-file-autoloads
don't take an 'outfile' argument.
|
|
|
|
|