├── .gitignore ├── Readme.org ├── img ├── bounded.png ├── boxed.png ├── gridded.png ├── plain.png └── screenshot.png └── symon.el /.gitignore: -------------------------------------------------------------------------------- 1 | *.elc 2 | 3 | -------------------------------------------------------------------------------- /Readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/symon/HEAD/Readme.org -------------------------------------------------------------------------------- /img/bounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/symon/HEAD/img/bounded.png -------------------------------------------------------------------------------- /img/boxed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/symon/HEAD/img/boxed.png -------------------------------------------------------------------------------- /img/gridded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/symon/HEAD/img/gridded.png -------------------------------------------------------------------------------- /img/plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/symon/HEAD/img/plain.png -------------------------------------------------------------------------------- /img/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/symon/HEAD/img/screenshot.png -------------------------------------------------------------------------------- /symon.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zk-phi/symon/HEAD/symon.el --------------------------------------------------------------------------------