emacs/windows-load/customs.el
1	(custom-set-variables
2 ;; custom-set-variables was added by Custom.
3 ;; If you edit it by hand, you could mess it up, so be careful.
4 ;; Your init file should contain only one such instance.
5 ;; If there is more than one, they won't work right.
6 '(frame-background-mode 'dark)
7 '(org-agenda-files
8 '("c:/Users/watsonsi/OneDrive - IPC Systems, Inc/watsonsi-notes.org")))
9 (custom-set-faces
10 ;; custom-set-faces was added by Custom.
11 ;; If you edit it by hand, you could mess it up, so be careful.
12 ;; Your init file should contain only one such instance.
13 ;; If there is more than one, they won't work right.
14 '(default ((t (:family "Lucida Console" :foundry "outline" :slant normal :weight normal :height 90 :width normal)))))