adding wayward emacs file

This commit is contained in:
Andrew Davidson 2024-09-13 20:17:49 -07:00
parent 3cb74839a4
commit b995a70a26
Signed by: amd
SSH key fingerprint: SHA256:6jDSUhitcXG0Nrh/g8Gy8ZJdsZ5LzPJlaGmGKUGfP5k

17
emacs/.doom.d/custom.el Normal file
View file

@ -0,0 +1,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
'("70b596389eac21ab7f6f7eb1cf60f8e60ad7c34ead1f0244a577b1810e87e58c" "2721b06afaf1769ef63f942bf3e977f208f517b187f2526f0e57c1bd4a000350" "afa47084cb0beb684281f480aa84dab7c9170b084423c7f87ba755b15f6776ef" "4ff1c4d05adad3de88da16bd2e857f8374f26f9063b2d77d38d14686e3868d8d" "467dc6fdebcf92f4d3e2a2016145ba15841987c71fbe675dcfe34ac47ffb9195" default))
'(org-agenda-files
'("~/Nextcloud/org/todo/todo.org" "/Users/amd/Nextcloud/org/todo/servers.org" "/Users/amd/Nextcloud/org/todo/workstations.org" "/Users/amd/Nextcloud/org/todo/chores.org" "/Users/amd/Nextcloud/org/notes.org"))
'(package-selected-packages '(pinentry))
'(warning-suppress-types '((org-element-cache) (org-element-cache) (defvaralias))))
(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.
)