Difference between revisions of "Whitespace-mode"

From WikEmacs
Jump to navigation Jump to search
(Created page with "whitespace-mode is a minor mode to visualize blanks (tabs, spaces, newline, etc). == Basic setup == Whitespace-mode is already bundled with Emacs.<br/> Use <code>M-x whi...")
 
Line 4: Line 4:
  
 
Whitespace-mode is already bundled with Emacs.<br/>
 
Whitespace-mode is already bundled with Emacs.<br/>
Use <code>M-x whitespace-mode</code> to activate it on the current [[buffer]].
+
Use {{Command|whitespace-mode}} to activate it on the current [[buffer]].

Revision as of 14:40, 27 March 2012

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.