Add printing config

This commit is contained in:
Camden Dixie O'Brien 2023-05-14 18:02:02 +01:00
parent a084946f1a
commit e4916af2e7

View File

@ -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,