diff --git a/org/config-org-desktop.el b/org/config-org-desktop.el index 35d0349..f4ed8da 100644 --- a/org/config-org-desktop.el +++ b/org/config-org-desktop.el @@ -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") diff --git a/org/config-org-mobile.el b/org/config-org-mobile.el index ee25013..ce81f34 100644 --- a/org/config-org-mobile.el +++ b/org/config-org-mobile.el @@ -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")