Difference between revisions of "Whitespace-mode"
Jump to navigation
Jump to search
(minor) |
(native -> built-in) |
||
Line 22: | Line 22: | ||
[[Category:Minor Mode]] | [[Category:Minor Mode]] | ||
− | [[Category: | + | [[Category:Built-in Package]] |
[[Category:Visualize]] | [[Category:Visualize]] |
Revision as of 15:32, 5 April 2012
Description | visualizes white spaces in the buffer |
---|---|
Author | name of author |
Maintainer | FSF |
Source | http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/whitespace.el |
Part of Emacs | yes |
whitespace-mode is a minor mode to visualize blanks (tabs, spaces, newline, etc).
Basic setup
Whitespace-mode is already bundled with Emacs.
Use M-x whitespace-mode to activate it on the current
buffer.
or add the following in your .emacs
(whitespace-mode 1)