diff options
author | Case Duckworth | 2022-01-04 08:30:38 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-04 08:30:38 -0600 |
commit | 55f563a054abc151e2b496bf0c10962c911ea589 (patch) | |
tree | e2212f78fa023eb6c9fe5ac839d7691fce697931 | |
parent | Add sophomore (diff) | |
download | emacs-55f563a054abc151e2b496bf0c10962c911ea589.tar.gz emacs-55f563a054abc151e2b496bf0c10962c911ea589.zip |
Show agenda in the current window
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index bf80b5b..26f8c47 100644 --- a/init.el +++ b/init.el | |||
@@ -444,7 +444,8 @@ | |||
444 | org-agenda-todo-ignore-scheduled 'future | 444 | org-agenda-todo-ignore-scheduled 'future |
445 | org-agenda-include-deadlines t | 445 | org-agenda-include-deadlines t |
446 | org-deadline-warning-days 0 | 446 | org-deadline-warning-days 0 |
447 | org-agenda-show-future-repeats 'next) | 447 | org-agenda-show-future-repeats 'next |
448 | org-agenda-window-setup 'current-window) | ||
448 | (with-eval-after-load custom-file | 449 | (with-eval-after-load custom-file |
449 | (dolist (var '(org-agenda-files | 450 | (dolist (var '(org-agenda-files |
450 | org-agenda-file-regexp | 451 | org-agenda-file-regexp |