-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
24 lines (24 loc) · 1.04 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.
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(safe-local-variable-values
'((org-d20-party
("Erjin Fabblestabble" . 0)
("Vatoris" . 0)
("Liathia Starflower" . 0)
("Mæwryn" . 0)
("Shaseth" . 0))
(writestamp-format . "%C")
(writestamp-suffix . ".")
(writestamp-prefix . "Written:")
(eval add-hook 'local-write-file-hooks 'update-writestamps))))
(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.
'(mode-line ((t (:family "GohuFont 14 Nerd Font"))))
'(mode-line-inactive ((t (:family "GohuFont 14 Nerd Font")))))