diff options
author | Thanos Apollo <[email protected]> | 2024-02-27 06:51:10 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-27 06:51:10 +0200 |
commit | 8020cc8f47833936ef33d4332aaff8d01b278275 (patch) | |
tree | 5d73d7d31aa49ce1e73f3a56333dd99802a3aad8 | |
parent | 50b6dfae0833302a8c71c832e20f333f74ba4ae5 (diff) |
emacs: Update org-agenda files
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 59f7ec5..7e51e89 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -242,7 +242,7 @@ :defer t :config (setf org-directory "~/org/" - org-agenda-files '("~/org/agenda.org") + org-agenda-files '("~/org/seminars.org" "~/org/lectures.org") org-default-notes-file (expand-file-name "notes.org" org-directory) org-ellipsis " ▼ " org-log-done 'time |