-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
17 lines (15 loc) · 909 Bytes
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;; File for emacs customize interface to store its data.
(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
'("801a567c87755fe65d0484cb2bded31a4c5bb24fd1fe0ed11e6c02254017acb2" "6fc5c5d388fb99737bdeee3aac74e660b4cf2ef39d6354cdbf1e7c8e475a224e" "556200ac57b155fb0cf5997f94af4055fa3b845068cc6fb4cb0d8af202aa77da" "1cefd82df66eb0ad6cd3fd5baa1b684935ad88478f9ca40f74bcf080dac691b3" default))
'(safe-local-variable-values '((outline-minor-mode . t))))
(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.
)