diff options
-rw-r--r-- | init/km-org.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/km-org.el b/init/km-org.el index 255cccc..3a544c9 100644 --- a/init/km-org.el +++ b/init/km-org.el @@ -158,3 +158,5 @@ (defadvice org-agenda-quit (around org-agenda-restore-screen activate) ad-do-it (jump-to-register :org-agenda-fullscreen)) + +(setq org-agenda-sticky t) |