From 2fead2a1f8eaf18152b0020cb7be7d861f52cafe Mon Sep 17 00:00:00 2001 From: chase Date: Fri, 13 Jun 2025 16:22:08 -0400 Subject: [PATCH] 238 current 2025-06-13 16:21:57 25.11.20250607.3e3afe5 6.15.1 * --- home/emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/emacs/init.el b/home/emacs/init.el index c34bd75..8b1c77c 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -475,8 +475,8 @@ ;; Dailies ("C-c n j" . org-roam-dailies-capture-today)) :config - (unless (file-exists-p (expand-file-name "gtd/" org-directory)) - (make-directory (expand-file-name "gtd/" org-directory) t)) + (unless (file-exists-p (expand-file-name "roam/" org-directory)) + (make-directory (expand-file-name "roam/" org-directory) t)) (setq org-roam-directory (expand-file-name "roam/" org-directory)) (require 'org-roam-protocol)