aboutsummaryrefslogtreecommitdiffstats
path: root/doom/custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'doom/custom.el')
-rw-r--r--doom/custom.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/doom/custom.el b/doom/custom.el
new file mode 100644
index 0000000..838f4cb
--- /dev/null
+++ b/doom/custom.el
@@ -0,0 +1,16 @@
+(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
+ '("d6da24347c813d1635a217d396cf1e3be26484fd4d05be153f3bd2b293d2a0b5" "0568a5426239e65aab5e7c48fa1abde81130a87ddf7f942613bf5e13bf79686b" default))
+ '(org-agenda-files
+ '("/home/ymherklotz/Dropbox/zk/verification.org" "/home/ymherklotz/Dropbox/org/inbox.org" "/home/ymherklotz/Dropbox/org/main.org" "/home/ymherklotz/Dropbox/org/tickler.org" "/home/ymherklotz/Dropbox/org/projects.org" "/home/ymherklotz/Dropbox/bibliography/reading_list.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.
+ )
+(put 'list-timers 'disabled nil)