diff --git a/common/workspaces.el b/common/workspaces.el index 6d0364e..39123ac 100644 --- a/common/workspaces.el +++ b/common/workspaces.el @@ -69,8 +69,8 @@ (split-window-below) (next-multiframe-window) (find-file "~/org/_habits.org") - (find-file "~/org/_todo.org") (find-file "~/org/_index.org") + (find-file "~/org/_todo.org") ; switch to top of agenda window so most useful window is focused (next-multiframe-window) (goto-char 0)