emacs: Postscript wrangling.
[profile] / emacs
diff --git a/emacs b/emacs
index 7ca4cc3..cf0ca4a 100644 (file)
--- a/emacs
+++ b/emacs
 
 (mdw-divvy-window)
 
+;; --- Postscript printing ---
+
+(setq ps-paper-type 'a4
+      ps-print-color-p nil
+      ps-landscape-mode t
+      ps-number-of-columns 3
+      ps-font-family 'Courier
+      ps-font-size 9)
+
+;; --- Splash screen stuff ---
+
+(or window-system
+    (setq inhibit-splash-screen t
+         inhibit-startup-message t))
+
 ;; --- Other goodies ---
 
 (trap (resize-minibuffer-mode 1))      ;Make minibuffer grow dynamically