From: Mark Wooding Date: Tue, 5 May 2009 10:16:59 +0000 (+0100) Subject: emacs: Three column printouts are too tiny even for me. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/2c84dee21efefbffbaec2f545ae7ff662c3aae7d?ds=inline emacs: Three column printouts are too tiny even for me. Expand the type size and use two columns. --- 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 ---