├── .github ├── FUNDING.yml └── workflows │ └── test.yml ├── .gitignore ├── COPYING ├── Makefile ├── NEWS ├── README.org └── gpastel.el /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamienCassou/gpastel/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamienCassou/gpastel/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamienCassou/gpastel/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamienCassou/gpastel/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamienCassou/gpastel/HEAD/Makefile -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamienCassou/gpastel/HEAD/NEWS -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamienCassou/gpastel/HEAD/README.org -------------------------------------------------------------------------------- /gpastel.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamienCassou/gpastel/HEAD/gpastel.el --------------------------------------------------------------------------------