chiark / gitweb /
emacs: Three column printouts are too tiny even for me.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2009 10:16:59 +0000 (11:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2009 10:16:59 +0000 (11:16 +0100)
Expand the type size and use two columns.

emacs

diff --git a/emacs b/emacs
index 9f1859699d367427f4ef1570dd6fb676696f3b68..1664bd6fee4bf1ceaf12f4540662a9bc4b291ad3 100644 (file)
--- a/emacs
+++ b/emacs
 (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 ---