From cf563ae04e9917e9c3212005318c10303d741340 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 17 Nov 2013 11:12:25 +0100 Subject: Fill lines to 72 columns in woman --- .emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.emacs.d/init.org') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index d8536e0..cba84e9 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -438,3 +438,13 @@ (global-set-key (kbd "C-. C-.") #'init-switch-to-other-buffer) #+END_SRC + +* Fill lines to 72 columns when using woman + + It's a little bit nicer to read that way, 65 characters on a line is + a little small. + + #+BEGIN_SRC emacs-lisp + (stante-after woman + (setq woman-fill-column 72)) + #+END_SRC -- cgit v1.2.3-54-g00ecf