fix mobile profile bug ; adjust org agenda parms for bigger mobile display
This commit is contained in:
parent
074711bf31
commit
695ad43182
|
@ -1,12 +1,15 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; /data/data/com.termux/files/home/storage/shared/.emacs
|
;; /data/data/com.termux/files/home/storage/shared/.emacs
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
(setq org-habit-graph-column 60)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; Open main files used as 'gateway' to everything else (Mobile)
|
; Open main files used as 'gateway' to everything else (Mobile)
|
||||||
(find-file "~/org/health/health_houdini.org")
|
(find-file "~/org/health/health_houdini.org")
|
||||||
(find-file "~/org/health/health_mike.org")
|
(find-file "~/org/health/health_mike.org")
|
||||||
(find-file "~/storage/shared/org/orgzly/_habits.org")
|
(find-file "~/storage/shared/org/orgzly/_habits.org")
|
||||||
(find-file "~/storage/shared/org/orgzly/_todo.org")
|
(find-file "~/storage/shared/org/orgzly/_todo.org")
|
||||||
(find-file "~/storage/shared/org/orgzly/_slipbox.org"
|
(find-file "~/storage/shared/org/orgzly/_slipbox.org")
|
||||||
(find-file "~/storage/shared/org/_index.org")
|
(find-file "~/storage/shared/org/_index.org")
|
||||||
|
|
||||||
; Personal startup screen - orgmode agenda with all TODO (Mobile)
|
; Personal startup screen - orgmode agenda with all TODO (Mobile)
|
||||||
|
|
Reference in a new issue