From: Mark Wooding Date: Mon, 14 Dec 2009 17:20:34 +0000 (+0000) Subject: dot/emacs: Set `woman' fill column. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/4d4f9ad185b55124c1c5e6bfa0b2b70644ca7b64?hp=--cc dot/emacs: Set `woman' fill column. Slightly wider text is easier to read. Honest. --- 4d4f9ad185b55124c1c5e6bfa0b2b70644ca7b64 diff --git a/dot/emacs b/dot/emacs index cbb825a..fe58c97 100644 --- a/dot/emacs +++ b/dot/emacs @@ -205,7 +205,8 @@ (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