flip order of auto opened org-mode files

This commit is contained in:
KemoNine 2023-04-07 19:41:51 -04:00
parent 96878ea701
commit 6aeddd5b3a
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@
(delete-other-windows)
(split-window-below 15)
(next-multiframe-window)
(find-file "~/org/health/health_mike.org")
(find-file "~/org/orgzly/_slipbox.org")
(split-window-below 15)
(next-multiframe-window)
(find-file "~/org/orgzly/_slipbox.org")
(find-file "~/org/health/health_mike.org")
(next-multiframe-window)
(goto-char 0)
)