From d1d816ba1dd115c8ab34b8296bc39fc94a5bc2af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Oct 2015 13:45:01 -0400 Subject: Whitespace pedantry --- emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 6bbcee3..d7c9ff1 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -33,6 +33,7 @@ (setq-default tab-width 4) (setq-default indent-tabs-mode nil) (setq-default scroll-margin 3) +(setq-default show-trailing-whitespace t) (global-set-key "\C-m" 'newline-and-indent) (delete-selection-mode 1) @@ -174,7 +175,7 @@ (bury-buffer "*compilation*") (winner-undo) (message "Build successful.")) - (t + (t (message "Compilation exited abnormally: %s" string)))) (setq compilation-finish-functions 'compile-autoclose) -- cgit v1.2.1