Add printing config
This commit is contained in:
parent
a084946f1a
commit
e4916af2e7
@ -1461,6 +1461,13 @@
|
|||||||
'((regexp-quote (system-name)) nil nil))
|
'((regexp-quote (system-name)) nil nil))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
* Printing
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq ps-paper-type 'a4
|
||||||
|
ps-font-size 10
|
||||||
|
ps-print-header nil)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Custom Stuff
|
* Custom Stuff
|
||||||
** Case-flipping
|
** Case-flipping
|
||||||
Want to be able to toggle the 'shiftedness' of a selected region,
|
Want to be able to toggle the 'shiftedness' of a selected region,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user