-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
24 lines (24 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
(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.
'(custom-safe-themes
'("8d1c002d1c557e1b0b785afadf326adc0a1e2778908b7b9c4c97eeae4772deab" "101c9e913c8ed6780b2abbf428d53f0067204bc3a742d1c25019995829798e37" default))
'(warning-suppress-types '((org-element-cache) (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.
'(link ((t (:weight normal :underline "grey37" :foreground "pink1"))))
'(org-level-1 ((t (:foreground "systemTealColor" :height 1.15))))
'(org-level-2 ((t (:weight bold :foreground "systemBrownColor"))))
'(org-level-3 ((t (:foreground "systemTealColor"))))
'(org-level-4 ((t (:foreground "systemBrownColor"))))
'(org-level-5 ((t (:foreground "systemTealColor"))))
'(org-level-6 ((t (:foreground "systemBrownColor")))))
(put 'erase-buffer 'disabled nil)
(put 'downcase-region 'disabled nil)
(put 'list-timers 'disabled nil)
(put 'narrow-to-region 'disabled nil)