Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Yasushi
Created March 21, 2014 04:44
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 Yasushi/9679659 to your computer and use it in GitHub Desktop.
Save Yasushi/9679659 to your computer and use it in GitHub Desktop.
;;whitespace
(setq whitespace-global-modes '(html-mode coffee-mode))
(setq whitespace-style
'(face
tabs tab-mark
trailing ;;lines-tail
newline newline-mark
indentation empty
space-before-tab space-after-tab
;;spaces space-mark
))
(global-whitespace-mode 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment