]> git.vanrenterghem.biz Git - Dotty.git/blobdiff - emacs/.emacs.d/init.el
Support printing from emacs better.
[Dotty.git] / emacs / .emacs.d / init.el
index 999e152a686e0cc4098d03d3500ad860856ec371..886897c1badeee0b4de28e6db166d3ba38a1efba 100644 (file)
@@ -10,7 +10,8 @@
 
 ;; Configure printing using CUPS network printer
 (setq lpr-switches
-      (append '("-o raw")
+      (append '("-o raw"
+               "-o media=A4")
               lpr-switches))
 
 ;; Enable the melpa archive for packages
@@ -379,7 +380,8 @@ vc-follow-symlinks t
 
 ;; View PDFs in Emacs
 (pdf-loader-install) ; On demand loading, leads to faster startup time
-
+(setq pdf-misc-print-programm "/usr/bin/lpr")
+  
 (use-package magit
   :ensure t)