enhance org workspace to auto-open frequently used files, add new org file to org single window workspace
This commit is contained in:
parent
ef2e7efe5f
commit
8a4ac3d6ca
|
@ -74,6 +74,14 @@
|
|||
(delete-other-windows)
|
||||
(kmn/kill-other-buffers)
|
||||
(ignore-errors (kill-buffer "*scratch*"))
|
||||
; Open main files used as 'gateway' to everything else
|
||||
(find-file "~/org/culinary/meal_plan.org")
|
||||
(find-file "~/org/health/health_houdini.org")
|
||||
(find-file "~/org/health/health_mike.org")
|
||||
(find-file "~/org/orgzly/_habits.org")
|
||||
(find-file "~/org/orgzly/_todo.org")
|
||||
(find-file "~/org/orgzly/_slipbox.org")
|
||||
(find-file "~/org/_index.org")
|
||||
; top window for habits/scheduled
|
||||
(org-agenda nil "h")
|
||||
(goto-char 0)
|
||||
|
@ -126,6 +134,7 @@
|
|||
(kmn/kill-other-buffers)
|
||||
(ignore-errors (kill-buffer "*scratch*"))
|
||||
; Open main files used as 'gateway' to everything else
|
||||
(find-file "~/org/culinary/meal_plan.org")
|
||||
(find-file "~/org/health/health_houdini.org")
|
||||
(find-file "~/org/health/health_mike.org")
|
||||
(find-file "~/org/orgzly/_habits.org")
|
||||
|
|
Reference in a new issue