├── .envrc ├── .gitignore ├── Eldev ├── LICENSE ├── README.org ├── flake.lock ├── flake.nix └── skempo.el /.envrc: -------------------------------------------------------------------------------- 1 | use flake 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xFA25E/skempo/HEAD/.gitignore -------------------------------------------------------------------------------- /Eldev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xFA25E/skempo/HEAD/Eldev -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xFA25E/skempo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xFA25E/skempo/HEAD/README.org -------------------------------------------------------------------------------- /flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xFA25E/skempo/HEAD/flake.lock -------------------------------------------------------------------------------- /flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xFA25E/skempo/HEAD/flake.nix -------------------------------------------------------------------------------- /skempo.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xFA25E/skempo/HEAD/skempo.el --------------------------------------------------------------------------------