From 941d688f91c30568bbbf3c3b2d997c6921e85335 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 18 May 2022 12:43:07 -0500 Subject: [PATCH] idk this --- init.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/init.el b/init.el index de022ce8..8dcc721b 100644 --- a/init.el +++ b/init.el @@ -2266,3 +2266,18 @@ interfere with the default `bongo-playlist-buffer'." gcmh-verbose nil)) (setq warning-suppress-types '((comp))) +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(pdf-misc-print-program "/usr/bin/lpr") + '(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot")) + '(safe-local-variable-values + '((eval org-odt-styles-file "/home/chris/org/tfcexpenses2020.odt")))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(org-modern-tag ((t :background "#9aedfe" :foreground "#282a36"))))