https://github.com/fgeller/leerzeichen.el
Emacs minor mode to display whitespace characters efficiently
https://github.com/fgeller/leerzeichen.el
emacs emacs-lisp emacs-mode highlighting minor-mode
Last synced: about 1 year ago
JSON representation
Emacs minor mode to display whitespace characters efficiently
- Host: GitHub
- URL: https://github.com/fgeller/leerzeichen.el
- Owner: fgeller
- Created: 2014-12-13T10:21:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:35:25.000Z (about 4 years ago)
- Last Synced: 2023-03-12T04:48:23.188Z (over 3 years ago)
- Topics: emacs, emacs-lisp, emacs-mode, highlighting, minor-mode
- Language: Emacs Lisp
- Homepage:
- Size: 144 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* leerzeichen.el
Minor mode to highlight whitespace characters without font-lock.
[[https://melpa.org/#/leerzeichen][file:https://melpa.org/packages/leerzeichen-badge.svg]]
Load it the usual way, e.g., =(require 'leerzeichen)= and then toggle it via
=M-x leerzeichen-mode=.
[[https://raw.githubusercontent.com/fgeller/leerzeichen.el/master/screenshot.png][file:https://raw.githubusercontent.com/fgeller/leerzeichen.el/master/screenshot.png]]
** References
http://stackoverflow.com/a/26479360