Archived
1
0
Fork 0

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

View file

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