diff options
author | Raul Benencia <id@rbenencia.name> | 2022-07-29 17:32:09 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-07-29 17:32:09 -0700 |
commit | ac35da5b84cb89fe0fd7af1f5b4ef2f1754318f7 (patch) | |
tree | a9fe5ce500a4f3497996b439fb0dbdfd5addb29a /.emacs.local.d/config.el | |
parent | ceed9fa8c86883a1d3e3e02bcba2f0e49aa5af8b (diff) |
emacs: redefine org-agenda-custom-commands
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" |