├── .gitignore ├── LICENSE ├── Makefile ├── NEWS.md ├── README.md ├── olivetti.el └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rnkn/olivetti/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rnkn/olivetti/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rnkn/olivetti/HEAD/Makefile -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rnkn/olivetti/HEAD/NEWS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rnkn/olivetti/HEAD/README.md -------------------------------------------------------------------------------- /olivetti.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rnkn/olivetti/HEAD/olivetti.el -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rnkn/olivetti/HEAD/screenshot.png --------------------------------------------------------------------------------