├── README.md ├── media ├── after-save-rule-example.png ├── annot_example1.png └── annot_example_20160315.png └── src ├── .gitignore └── annot.el /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshi/annot/HEAD/README.md -------------------------------------------------------------------------------- /media/after-save-rule-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshi/annot/HEAD/media/after-save-rule-example.png -------------------------------------------------------------------------------- /media/annot_example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshi/annot/HEAD/media/annot_example1.png -------------------------------------------------------------------------------- /media/annot_example_20160315.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshi/annot/HEAD/media/annot_example_20160315.png -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- 1 | *.elc 2 | -------------------------------------------------------------------------------- /src/annot.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshi/annot/HEAD/src/annot.el --------------------------------------------------------------------------------