From fd44cb42ba634a0f37d537bdf5c71aee327af1c2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 26 Mar 2026 14:42:01 -0500 Subject: [PATCH] idk --- init.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/init.el b/init.el index 257b3c93..36105935 100644 --- a/init.el +++ b/init.el @@ -4425,3 +4425,20 @@ interfere with the default `bongo-playlist-buffer'." gcmh-verbose nil)) (add-to-list '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. + '(org-src-content-indentation 0 nil nil "Customized with use-package org") + '(package-selected-packages nil) + '(pdf-misc-print-program-args + '("-o media=Letter" "-o fit-to-page" "-o sides=two-sided-long-edge")) + '(pdf-misc-print-program-executable "lpr")) +(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. + '(dired-directory ((t :foreground "#57c7ff" :inherit dired-header))) + '(org-modern-tag ((t :background "#9aedfe" :foreground "#282a36"))))