diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2022-03-06 14:23:13 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2022-03-06 14:23:13 +0100 |
commit | 5adaade5119a56fdb170788429f3809a606dfb0e (patch) | |
tree | 88c7f507c42daaa6dc271aedebb7cdb888027057 /.doom.d/custom.el | |
parent | 6e3d2f12b249fded40251508ff71794cde3ee6f8 (diff) | |
download | dotfiles-5adaade5119a56fdb170788429f3809a606dfb0e.tar.gz dotfiles-5adaade5119a56fdb170788429f3809a606dfb0e.zip |
update config
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r-- | .doom.d/custom.el | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
1 | (custom-set-variables | ||
2 | ;; custom-set-variables was added by Custom. | ||
3 | ;; If you edit it by hand, you could mess it up, so be careful. | ||
4 | ;; Your init file should contain only one such instance. | ||
5 | ;; If there is more than one, they won't work right. | ||
6 | '(package-selected-packages '(pdf-tools))) | ||
7 | (custom-set-faces | ||
8 | ;; custom-set-faces was added by Custom. | ||
9 | ;; If you edit it by hand, you could mess it up, so be careful. | ||
10 | ;; Your init file should contain only one such instance. | ||
11 | ;; If there is more than one, they won't work right. | ||
12 | '(org-level-1 ((t (:inherit outline-1 :height 1.2)))) | ||
13 | '(org-level-2 ((t (:inherit outline-2 :height 1.1)))) | ||
14 | '(org-level-3 ((t (:inherit outline-3 :height 1.05)))) | ||
15 | '(org-level-4 ((t (:inherit outline-4 :height 1.025)))) | ||
16 | '(org-level-5 ((t (:inherit outline-5 :height 1.0))))) | ||