├── .gitignore ├── Readme.org ├── highlight-stages.el ├── screenshot.png ├── screenshot2.png └── screenshot3.png /.gitignore: -------------------------------------------------------------------------------- 1 | *.elc 2 | 3 | -------------------------------------------------------------------------------- /Readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/highlight-stages/HEAD/Readme.org -------------------------------------------------------------------------------- /highlight-stages.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/highlight-stages/HEAD/highlight-stages.el -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/highlight-stages/HEAD/screenshot.png -------------------------------------------------------------------------------- /screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/highlight-stages/HEAD/screenshot2.png -------------------------------------------------------------------------------- /screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/highlight-stages/HEAD/screenshot3.png --------------------------------------------------------------------------------