summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles-darwin/emacs/init.el')
-rw-r--r--dotfiles-darwin/emacs/init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles-darwin/emacs/init.el b/dotfiles-darwin/emacs/init.el
index c400d54..2c55404 100644
--- a/dotfiles-darwin/emacs/init.el
+++ b/dotfiles-darwin/emacs/init.el
@@ -7,6 +7,13 @@
(setq insert-directory-program "gls"))
+;; Org
+
+(use-package org-roam
+ :defer t
+ :custom (org-roam-directory "~/Documents/ZK/"))
+
+
;; Theme Management
(when (or window-system (daemonp))