-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.el
13 lines (13 loc) · 948 Bytes
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
(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.
'(org-agenda-files
'("/Users/agasson/org/gtd/tracker.org" "/Users/agasson/org/gtd/refile.org" "/Users/agasson/org/gtd/inbox.org" "/Users/agasson/org/gtd/someday.org" "/Users/agasson/org/gtd/todo.org" "/Users/agasson/org/gtd/calendars/atea-cal.org" "/Users/agasson/org/gtd/calendars/changecontrol-cal.org" "/Users/agasson/org/gtd/values.org" "/Users/agasson/Sync/Dropbox/org/roam/2020-10-20.org")))
(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")))))