-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcustom.el
17 lines (17 loc) · 1.09 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(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
'("88f7ee5594021c60a4a6a1c275614103de8c1435d6d08cc58882f920e0cec65e" "9f297216c88ca3f47e5f10f8bd884ab24ac5bc9d884f0f23589b0a46a608fe14" "7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" default))
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(org-agenda-files
'("/home/dan/Work/Worldcoin/org-roam/daily/2024-10-14.org" "/home/dan/Work/Worldcoin/org-roam/orgzly/worldcoin-todo.org" "/home/dan/Sync/org-roam2/orgzly/todo.org" "/home/dan/Sync/org-roam2/orgzly/pixel-incoming.org"))
'(package-selected-packages '(eglot)))
(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.
)