From e4e24f96b2335970dd3f236e1bddbf33a5f20481 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 20 Jan 2016 21:19:21 -0500 Subject: [PATCH] Enable show-trailing-whitespace --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 698dba7..1eddfd7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)