├── .dir-locals.el ├── .gitignore ├── LICENSE ├── citar-denote.el ├── citar-denote.info ├── citar-denote.org ├── citar-denote.texi ├── readme.org └── test └── init.el /.dir-locals.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pprevos/citar-denote/HEAD/.dir-locals.el -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pprevos/citar-denote/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pprevos/citar-denote/HEAD/LICENSE -------------------------------------------------------------------------------- /citar-denote.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pprevos/citar-denote/HEAD/citar-denote.el -------------------------------------------------------------------------------- /citar-denote.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pprevos/citar-denote/HEAD/citar-denote.info -------------------------------------------------------------------------------- /citar-denote.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pprevos/citar-denote/HEAD/citar-denote.org -------------------------------------------------------------------------------- /citar-denote.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pprevos/citar-denote/HEAD/citar-denote.texi -------------------------------------------------------------------------------- /readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pprevos/citar-denote/HEAD/readme.org -------------------------------------------------------------------------------- /test/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pprevos/citar-denote/HEAD/test/init.el --------------------------------------------------------------------------------