flip order of auto opened org-mode files
This commit is contained in:
parent
96878ea701
commit
6aeddd5b3a
|
@ -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)
|
||||
)
|
||||
|
|
Reference in a new issue