;; 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
("C-c l" . org-store-link))
:custom
(org-default-notes-file "~/Nextcloud/notes/inbox.org")
+ (org-agenda-files `(,org-default-notes-file))
(org-capture-bookmark nil)
;; Capture templates
(org-capture-templates
;; 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)