;; 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
;; 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)