Difference between revisions of "Whitespace-mode"

From WikEmacs
Jump to navigation Jump to search
(package info)
(Cat)
Line 21: Line 21:
 
</source>
 
</source>
  
[[Category:Minor modes]] [[Category:Native Package]]
+
[[Category:Minor modes]]
 +
[[Category:Native Package]]
 +
[[Category:Visualize]]

Revision as of 21:47, 31 March 2012

whitespace
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)