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,