From 75ab209b5374d55097522e8fa35d2ab00330448c Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 11 Apr 2023 12:39:15 -0400 Subject: [PATCH] fix broken day job path --- common/workspaces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/workspaces.el b/common/workspaces.el index c7a92c8..12397e5 100644 --- a/common/workspaces.el +++ b/common/workspaces.el @@ -64,7 +64,7 @@ (split-window-below) (next-multiframe-window) ; show slipbox - (find-file "~/org/orgzly/_slipbox.org") + (find-file "~/org/_slipbox.org") ; split window for additional file to show (split-window-below) (next-multiframe-window)