forked from tecosaur/emacs-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
22 lines (22 loc) · 1.55 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(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
'("~/Documents/drafts/roam/daily/2022-02-17.org" "/Users/taowenzhi/Documents/work/NBA/2021/工作记录.org" "/Users/taowenzhi/Documents/work/tdr/饥荒.org" "/Users/taowenzhi/Documents/work/NBA/工作规划.org" "/Users/taowenzhi/Documents/personal/Tencent/通道晋升/2021H1/references/答辩案例.org" "/Users/taowenzhi/Documents/work/招聘/2021.org" "/Users/taowenzhi/Documents/org/todo.org" "/Users/taowenzhi/Documents/personal/Tencent/通道晋升/2021H1/docs/notes.org" "/Users/taowenzhi/Documents/org/inbox.org" "/Users/taowenzhi/Documents/org/fitness.org" "/Users/taowenzhi/Documents/org/journal.org")))
(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-document-title ((t (:height 1.2))))
'(outline-1 ((t (:weight bold :height 1.15))))
'(outline-2 ((t (:weight bold :height 1.1))))
'(outline-3 ((t (:weight bold :height 1.08))))
'(outline-4 ((t (:weight semi-bold :height 1.06))))
'(outline-5 ((t (:weight semi-bold :height 1.03))))
'(outline-6 ((t (:weight semi-bold :height 1.01))))
'(outline-7 ((t (:weight semi-bold))))
'(outline-8 ((t (:weight semi-bold))))
'(outline-9 ((t (:weight semi-bold)))))