Skip to content

Instantly share code, notes, and snippets.

@hugoduncan
Created October 8, 2010 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugoduncan/617364 to your computer and use it in GitHub Desktop.
Save hugoduncan/617364 to your computer and use it in GitHub Desktop.
(autoload 'whitespace-mode "whitespace" "Toggle whitespace visualization." t)
(autoload 'whitespace-toggle-options "whitespace"
"Toggle local `whitespace-mode' options." t)
(setq whitespace-line-column 80
whitespace-style '(trailing
lines
empty
tabs
space-before-tab
indentation
space-after-tab))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment