From e4916af2e737315d0fb726e975df38d29daeba4f Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sun, 14 May 2023 18:02:02 +0100 Subject: [PATCH] Add printing config --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.org b/config.org index 8da7988..b0a1767 100644 --- a/config.org +++ b/config.org @@ -1461,6 +1461,13 @@ '((regexp-quote (system-name)) nil nil)) #+end_src +* Printing + #+begin_src emacs-lisp + (setq ps-paper-type 'a4 + ps-font-size 10 + ps-print-header nil) + #+end_src + * Custom Stuff ** Case-flipping Want to be able to toggle the 'shiftedness' of a selected region,