Unfortunately, `whitespace' doesn't suppress highlighting of trailing
space when the cursor is at end-of-line, so we hack `trailing' out of
`whitespace-style' when turning on the fontification.
(setq-default fill-column 77) ;I use rather narrow windows
(setq-default comment-column 40) ;Set a standard comment column
(setq-default truncate-partial-width-windows nil)
(setq-default fill-column 77) ;I use rather narrow windows
(setq-default comment-column 40) ;Set a standard comment column
(setq-default truncate-partial-width-windows nil)
+(setq default-indicate-empty-lines t)
+(setq whitespace-style
+ '(trailing space-before-tab space-after-tab empty indentation))
(setq woman-use-own-frame nil) ;Keep man pages somewhere sensible
(setq diff-switches "-u" ;I like reading unified diffs
cvs-diff-flags (list diff-switches))
(setq woman-use-own-frame nil) ;Keep man pages somewhere sensible
(setq diff-switches "-u" ;I like reading unified diffs
cvs-diff-flags (list diff-switches))
(auto-fill-mode 1)
(setq fill-column 77)
(setq show-trailing-whitespace t)
(auto-fill-mode 1)
(setq fill-column 77)
(setq show-trailing-whitespace t)
+ (let ((whitespace-style (remove 'trailing whitespace-style)))
+ (whitespace-mode t))
(and (fboundp 'gtags-mode)
(gtags-mode))
(outline-minor-mode t)
(and (fboundp 'gtags-mode)
(gtags-mode))
(outline-minor-mode t)