Created
November 10, 2011 04:52
-
-
Save katsuma/1354145 to your computer and use it in GitHub Desktop.
init.el
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 行末のホワイトスペースを表示 | |
(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