summaryrefslogtreecommitdiff
path: root/dotfiles-darwin
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles-darwin')
-rw-r--r--dotfiles-darwin/emacs/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles-darwin/emacs/init.el b/dotfiles-darwin/emacs/init.el
index dd89f18..d0be267 100644
--- a/dotfiles-darwin/emacs/init.el
+++ b/dotfiles-darwin/emacs/init.el
@@ -10,6 +10,10 @@
;; Org
+(use-package org
+ :defer t
+ :custom (org-agenda-files '("~/Documents/ZK/TODO.org")))
+
(use-package org-roam
:defer t
:custom (org-roam-directory "~/Documents/ZK/"))