-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
47 lines (47 loc) · 1.26 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
(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.
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(warning-suppress-log-types
'(((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
(org-element-cache)
(emacs)
(emacs)
(emacs)
(emacs)
(emacs)
(defvaralias)))
'(warning-suppress-types
'(((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
((ox-latex))
(org-element-cache)
(emacs)
(emacs)
(emacs)
(emacs)
(emacs)
(defvaralias))))
(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-modern-statistics ((t (:inherit org-checkbox-statistics-todo)))))