Enable show-trailing-whitespace

This commit is contained in:
Adam Goldsmith 2016-01-20 21:19:21 -05:00
parent 0a0e420e1e
commit e4e24f96b2

View File

@ -14,6 +14,7 @@
vc-follow-symlinks t
custom-file (expand-file-name "~/.emacs.d/custom.el")
gc-cons-threshold 100000000)
(setq-default show-trailing-whitespace t)
(load-theme 'fred t)
(savehist-mode 1)
(show-paren-mode 1)