diff --git a/emacs/.doom.d/custom.el b/emacs/.doom.d/custom.el new file mode 100644 index 0000000..a541a40 --- /dev/null +++ b/emacs/.doom.d/custom.el @@ -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. + )