From 8b1664443f76d4c52ecc790296198087ee50dd1c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 7 Feb 2023 10:15:17 -0600 Subject: [PATCH] idk --- init.el | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/init.el b/init.el index 9ee06a2f..b5093055 100644 --- a/init.el +++ b/init.el @@ -2605,3 +2605,21 @@ 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 setq truncate-lines t) + (eval setq visual-fill-column-mode nil) + (eval toggle-truncate-lines nil) + (eval chris/org-cycle-hide-drawers 'all)))) +(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"))))