Set indicate-empty-lines.
--- a/.emacs-my Sun Jan 17 23:22:45 2010 +0200
+++ b/.emacs-my Sun Jan 17 23:32:25 2010 +0200
@@ -365,7 +365,7 @@
(message "%s" (- (region-end) (region-beginning))))
;; ----------------------------------------------------------------------
-;; Completion
+;; minibuffer
(require 'icomplete) ; Interactive completion in minibuffer.
(icomplete-mode 1)
@@ -636,6 +636,12 @@
org-remember-store-without-prompt t
) ))
+;; ======================================================================
+;; whitespace
+
+(setq-default show-trailing-whitespace t)
+(setq-default indicate-empty-lines t)
+
;; ----------------------------------------------------------------------
;; TODO, XXX, FIXME highlight.
;; Show blanks and FIXME
@@ -785,8 +791,6 @@
))
'(c-mode-hook lisp-mode-hook))
-(setq-default show-trailing-whitespace t)
-
;; ----------------------------------------------------------------------
;; Diff, patch
(setq diff-switches "-u")