fix find-file defintions that werent updated for the orgzly shuffle

This commit is contained in:
KemoNine 2023-02-13 08:35:34 -05:00
parent 060e3103ea
commit f989fbeedf
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
(delete-other-windows)
(split-window-below 15)
(next-multiframe-window)
(find-file "~/org/_habits.org")
(find-file "~/org/orgzly/_habits.org")
(find-file "~/org/orgzly/_todo.org")
(find-file "~/org/orgzly/_slipbox.org")
(find-file "~/org/_index.org")

View File

@ -2,7 +2,7 @@
;; /data/data/com.termux/files/home/storage/shared/.emacs
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Open main files used as 'gateway' to everything else (Mobile)
(find-file "~/storage/shared/org/_habits.org")
(find-file "~/storage/shared/org/orgzly/_habits.org")
(find-file "~/storage/shared/org/orgzly/_todo.org")
(find-file "~/storage/shared/org/orgzly/_slipbox.org"
(find-file "~/storage/shared/org/_index.org")