diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-08-05 11:18:54 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-08-05 11:18:54 -0700 |
commit | 878963e67c86d9a20a542f8efd4f1877de31d7e6 (patch) | |
tree | c381c0c45f2b6bf35647d36f718d3e6074a0888c /.emacs.local.d/modes/org-roam.el | |
parent | 9ca5d1c9d50c2230882705b4689d65a8f59cb4f4 (diff) |
org-roam, org-journal
Diffstat (limited to '.emacs.local.d/modes/org-roam.el')
-rw-r--r-- | .emacs.local.d/modes/org-roam.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/org-roam.el b/.emacs.local.d/modes/org-roam.el index 31a20a5..dd19ad8 100644 --- a/.emacs.local.d/modes/org-roam.el +++ b/.emacs.local.d/modes/org-roam.el @@ -1,5 +1,7 @@ (use-package org-roam :ensure t + :custom + (org-roam-directory my-org-roam-directory) :init (setq org-roam-v2-ack t) :bind (("C-c n l" . org-roam-buffer-toggle) |