dot/emacs: Set `woman' fill column.
[profile] / dot / emacs
index cbb825a..fe58c97 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (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 woman-use-own-frame nil          ;Keep man pages somewhere sensible
+      woman-fill-column 72)            ;Right margin position.
 (setq diff-switches "-u"               ;I like reading unified diffs
       cvs-diff-flags (list diff-switches))
 (setq echo-keystrokes 10)              ;Long delay before keystrokes echo