about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-04 08:30:38 -0600
committerCase Duckworth2022-01-04 08:30:38 -0600
commit55f563a054abc151e2b496bf0c10962c911ea589 (patch)
treee2212f78fa023eb6c9fe5ac839d7691fce697931 /init.el
parentAdd sophomore (diff)
downloademacs-55f563a054abc151e2b496bf0c10962c911ea589.tar.gz
emacs-55f563a054abc151e2b496bf0c10962c911ea589.zip
Show agenda in the current window
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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