summaryrefslogtreecommitdiff
path: root/lisp/init-general.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-22 23:05:36 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-22 23:05:36 -0500
commit5f4f111cd367266fd9df656d409f0b0fe9cf9836 (patch)
treec3ee15ca881be0fe2b559f99faef0838a8d86363 /lisp/init-general.el
parenta4b053da8e07f2f390730eaaf33a61b66edb0e04 (diff)
downloademacs.d-5f4f111cd367266fd9df656d409f0b0fe9cf9836.tar.gz
Use whitespace-mode as cleanup indicator
- Activate global whitespace-mode. When not allowing the buffer to be cleaned up, use more annoying whitespace indicators. - Use whitespace-cleanup as cleanup function. Except for trailing whitespace, this should cover what km/cleanup-buffer was doing and more.
Diffstat (limited to 'lisp/init-general.el')
-rw-r--r--lisp/init-general.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/init-general.el b/lisp/init-general.el
index f5f28f7..adc9df3 100644
--- a/lisp/init-general.el
+++ b/lisp/init-general.el
@@ -1,7 +1,6 @@
(setq echo-keystrokes 0.1
use-dialog-box nil
visible-bell t
- whitespace-style '(spaces tabs newline space-mark tab-mark newline-mark)
tramp-default-method "ssh"
enable-recursive-minibuffers t)