diff --git a/init.el b/init.el index 99a8e879..1fd4162c 100644 --- a/init.el +++ b/init.el @@ -2246,3 +2246,22 @@ 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. + '(org-agenda-files + '("/home/chris/org/todo/notes.org" "/home/chris/org/repetition.org" "/home/chris/org/tfc_plans.org" "/home/chris/org/ministry_team.org" "/home/chris/org/todo/todo.org" "/home/chris/org/newsletter.org" "/home/chris/org/archive.org" "/home/chris/org/nvtfc_social_media.org" "/home/chris/dev/church-presenter/TODO.org" "/home/chris/org/lessons/11_10_mission_impossible.org" "/home/chris/org/lessons/lesson_0_so_what.org" "/home/chris/org/lessons/lesson_10_work.org" "/home/chris/org/lessons/lesson_11_marriage.org" "/home/chris/org/lessons/lesson_12_marriage_2.org" "/home/chris/org/lessons/lesson_13_relationships.org" "/home/chris/org/lessons/lesson_14_rest.org" "/home/chris/org/lessons/lesson_15_rest_and_work.org" "/home/chris/org/lessons/lesson_16_overview_of_before_and_after.org" "/home/chris/org/lessons/lesson_17_why_the_garden_of_eden.org" "/home/chris/org/lessons/lesson_18_eden_and_sin.org" "/home/chris/org/lessons/lesson_19_what_is_god_s_solution_to_sin.org" "/home/chris/org/lessons/lesson_1_so_what.org" "/home/chris/org/lessons/lesson_20_now_what.org" "/home/chris/org/lessons/lesson_21_wrap_up_lesson.org" "/home/chris/org/lessons/lesson_2_in_the_beginning.org" "/home/chris/org/lessons/lesson_3_why_is_knowing_god_important.org" "/home/chris/org/lessons/lesson_4_why_is_genesis_important.org" "/home/chris/org/lessons/lesson_5_image_bearers.org" "/home/chris/org/lessons/lesson_6_do_we_have_value_and_worth.org" "/home/chris/org/lessons/lesson_7_what_role_did_god_give_his_image_bearers.org" "/home/chris/org/lessons/lesson_8_our_role_as_god_s_image_bearers.org" "/home/chris/org/lessons/lesson_9_work_and_why_it_s_a_thing.org" "/home/chris/org/lessons/lesson_christmas_2021.org" "/home/chris/org/lessons/lesson_easter.org" "/home/chris/org/lessons/lesson_giving.org")) + '(pdf-misc-print-program "/usr/bin/lpr" t) + '(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot") t) + '(safe-local-variable-values + '((aggressive-indent-mode) + (projectile-project-run-cmd . "./build/bin/presenter") + (projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/")))) +(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-moder-tag ((t :background "#9aedfe"))))