├── .gitignore ├── LICENSE ├── README.md ├── modern-fringes.el └── screenshots ├── debug.png ├── truncation.png └── wrap.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpecialBomb/emacs-modern-fringes/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpecialBomb/emacs-modern-fringes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpecialBomb/emacs-modern-fringes/HEAD/README.md -------------------------------------------------------------------------------- /modern-fringes.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpecialBomb/emacs-modern-fringes/HEAD/modern-fringes.el -------------------------------------------------------------------------------- /screenshots/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpecialBomb/emacs-modern-fringes/HEAD/screenshots/debug.png -------------------------------------------------------------------------------- /screenshots/truncation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpecialBomb/emacs-modern-fringes/HEAD/screenshots/truncation.png -------------------------------------------------------------------------------- /screenshots/wrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpecialBomb/emacs-modern-fringes/HEAD/screenshots/wrap.png --------------------------------------------------------------------------------