Skip to content

Instantly share code, notes, and snippets.

@katsuma
Created November 10, 2011 04:52
Show Gist options
  • Save katsuma/1354145 to your computer and use it in GitHub Desktop.
Save katsuma/1354145 to your computer and use it in GitHub Desktop.
init.el
;; 行末のホワイトスペースを表示
(when (boundp 'show-trailing-whitespace) (setq-default
show-trailing-whitespace t))
(set-face-background 'trailing-whitespace "plum")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment