├── .dir-locals.el ├── .github └── workflows │ └── compile.yml ├── .gitignore ├── LICENSE ├── Makefile ├── README.org └── sisyphus.el /.dir-locals.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magit/sisyphus/HEAD/.dir-locals.el -------------------------------------------------------------------------------- /.github/workflows/compile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magit/sisyphus/HEAD/.github/workflows/compile.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magit/sisyphus/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magit/sisyphus/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magit/sisyphus/HEAD/Makefile -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magit/sisyphus/HEAD/README.org -------------------------------------------------------------------------------- /sisyphus.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magit/sisyphus/HEAD/sisyphus.el --------------------------------------------------------------------------------