diff options
author | David Robillard <d@drobilla.net> | 2015-10-09 13:45:01 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-09 13:45:01 -0400 |
commit | d1d816ba1dd115c8ab34b8296bc39fc94a5bc2af (patch) | |
tree | 52cec89c8f72deeb12e08dced1d30a2a74bef61e | |
parent | 86e84d076f56618d97761980a402ad1ebcf3b05a (diff) | |
download | dotfiles-d1d816ba1dd115c8ab34b8296bc39fc94a5bc2af.tar.gz dotfiles-d1d816ba1dd115c8ab34b8296bc39fc94a5bc2af.tar.bz2 dotfiles-d1d816ba1dd115c8ab34b8296bc39fc94a5bc2af.zip |
Whitespace pedantry
-rw-r--r-- | emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |