From e9cff66ed53dfd51003b6e6ccfded214122565d5 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 7 Sep 2023 13:17:59 +0200 Subject: [PATCH] adjust neorg note locations --- lua/plex/plugins/extras/org/neorg.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plex/plugins/extras/org/neorg.lua b/lua/plex/plugins/extras/org/neorg.lua index 6c3dfe6..b8a349f 100644 --- a/lua/plex/plugins/extras/org/neorg.lua +++ b/lua/plex/plugins/extras/org/neorg.lua @@ -12,8 +12,8 @@ return { ["core.dirman"] = { -- Manages Neorg workspaces config = { workspaces = { - main = "~/Nextcloud/Neorg/", - notes = "~/Nextcloud/Notizen/", + main = "~/winhome/Nextcloud/Neorg/", + notes = "~/winhome/Nextcloud/Notizen/", }, }, },