├── Makefile ├── README.md ├── diffview.el └── screenshots ├── diffview-after.png └── diffview-before.png /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgalgs/diffview-mode/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgalgs/diffview-mode/HEAD/README.md -------------------------------------------------------------------------------- /diffview.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgalgs/diffview-mode/HEAD/diffview.el -------------------------------------------------------------------------------- /screenshots/diffview-after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgalgs/diffview-mode/HEAD/screenshots/diffview-after.png -------------------------------------------------------------------------------- /screenshots/diffview-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgalgs/diffview-mode/HEAD/screenshots/diffview-before.png --------------------------------------------------------------------------------