From 5adaade5119a56fdb170788429f3809a606dfb0e Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Sun, 6 Mar 2022 14:23:13 +0100 Subject: update config --- .doom.d/custom.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .doom.d/custom.el (limited to '.doom.d/custom.el') diff --git a/.doom.d/custom.el b/.doom.d/custom.el new file mode 100644 index 0000000..d20f917 --- /dev/null +++ b/.doom.d/custom.el @@ -0,0 +1,16 @@ +(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. + '(package-selected-packages '(pdf-tools))) +(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-level-1 ((t (:inherit outline-1 :height 1.2)))) + '(org-level-2 ((t (:inherit outline-2 :height 1.1)))) + '(org-level-3 ((t (:inherit outline-3 :height 1.05)))) + '(org-level-4 ((t (:inherit outline-4 :height 1.025)))) + '(org-level-5 ((t (:inherit outline-5 :height 1.0))))) -- cgit v1.2.3