fix find-file defintions that werent updated for the orgzly shuffle
This commit is contained in:
parent
060e3103ea
commit
f989fbeedf
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Reference in a new issue