-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.custom.el
14 lines (14 loc) · 957 Bytes
/
.custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(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
'("850bb46cc41d8a28669f78b98db04a46053eca663db71a001b40288a9b36796c" "6c98bc9f39e8f8fd6da5b9c74a624cbb3782b4be8abae8fd84cbc43053d7c175" "da186cce19b5aed3f6a2316845583dbee76aea9255ea0da857d1c058ff003546" "028c226411a386abc7f7a0fba1a2ebfae5fe69e2a816f54898df41a6a3412bb5" "818f548654c0877317aa042d0fbcab4dd218fd9a2be564fa9424db6fd6a13716" default)))
(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.
'(doom-modeline-buffer-modified ((t (:foreground "orange")))))
(put 'customize-themes 'disabled nil)