diff options
Diffstat (limited to '.emacs.local.d/config.el')
-rw-r--r-- | .emacs.local.d/config.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.local.d/config.el b/.emacs.local.d/config.el index 573b304..876fcb4 100644 --- a/.emacs.local.d/config.el +++ b/.emacs.local.d/config.el @@ -1,5 +1,11 @@ (setq my-org-agenda-files '("~/org/") + my-org-agenda-custom-commands + '(("x" agenda) + ("y" agenda*) + ("w" todo "WAITING") + ("W" todo-tree "WAITING") + ) my-org-journal-file-type 'yearly my-org-journal-dir "~/org/journal/" my-org-journal-file-format "%Y.org" |