From 2c84dee21efefbffbaec2f545ae7ff662c3aae7d Mon Sep 17 00:00:00 2001 Message-Id: <2c84dee21efefbffbaec2f545ae7ff662c3aae7d.1747417879.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 5 May 2009 11:16:59 +0100 Subject: [PATCH] emacs: Three column printouts are too tiny even for me. Organization: Straylight/Edgeware From: Mark Wooding Expand the type size and use two columns. --- emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs b/emacs index 9f18596..1664bd6 100644 --- a/emacs +++ b/emacs @@ -170,9 +170,9 @@ (setq ps-paper-type 'a4 ps-print-color-p nil ps-landscape-mode t - ps-number-of-columns 3 + ps-number-of-columns 2 ps-font-family 'Courier - ps-font-size 4) + ps-font-size 6.5) ;; --- Splash screen stuff --- -- [mdw]