fix auto load of org personal agenda

This commit is contained in:
KemoNine 2022-08-26 09:59:45 -04:00
parent 99235454d8
commit d49c6a7b60
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
; - common org files open in the bottom window
(add-hook 'after-init-hook (lambda ()
(interactive)
(org-agenda nil "P")
(org-agenda nil "r")
(set-window-dedicated-p (selected-window) "t")
(delete-other-windows)
(split-window-below 15)