X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/414d84843d6f395b849cbd8a269f38f02d739a17..1a4d7e7dc6a51ad05ef719ed1b7b9db7897c050f:/emacs diff --git a/emacs b/emacs index 7ca4cc3..cf0ca4a 100644 --- a/emacs +++ b/emacs @@ -124,6 +124,21 @@ (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