From dc7ea552d04a44e85275319b888aa60e8b1e49b2 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 11 Mar 2024 23:47:58 -0400 Subject: [PATCH] fix(emacs): change org workspaces directory Signed-off-by: Lucas Sta Maria --- .emacs.d/include/orgconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index 36ead40..29c4c70 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -16,7 +16,7 @@ (defvar org-workspaces-alist '(("docs" . ("~/org/docs/" . "~/.emacs.d/org-roam.db")) ("cs 2800" . ("~/docs/notes/cs/2800/lectures/" . "~/docs/notes/cs/2800/lectures/org-roam.db")) - ("cs 3620" . ("~/docs/notes/cs/3620/lectures/" . "~/docs/notes/cs/3620/lectures/org-roam.db")))) + ("cs 3620" . ("~/docs/notes/cs/3620/" . "~/docs/notes/cs/3620/org-roam.db")))) (defun org-switch-workspace (&optional workspace-name) "Switch the current org-roam-directory to WORKSPACE-NAME."