tweak org-agenda so it re-uses the current window when displaying instead of re-arranging all the things
This commit is contained in:
parent
f657642113
commit
8f829a6d6c
|
@ -66,6 +66,7 @@
|
|||
(lambda ()
|
||||
(local-set-key (kbd "y") 'kmn/org-habit-with-date)))
|
||||
(setq org-agenda-use-time-grid nil)
|
||||
(setq org-agenda-window-setup "current-window")
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Set some org agendas/dashboards
|
||||
|
|
Reference in a new issue