diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-15 01:51:38 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-15 01:51:38 -0400 |
commit | 04e1de9b4dc940cf0085b7e2d49306848341c274 (patch) | |
tree | 107f3d39daef6540ced2efe3d073833f684027a4 | |
parent | ebe6d8abe760d0ced22f956b656954b775f11a98 (diff) | |
download | emacs.d-04e1de9b4dc940cf0085b7e2d49306848341c274.tar.gz |
Remove STARTED key from org agenda dispatch
This was masking the keyword search, and I can access this from the T
key.
-rw-r--r-- | lisp/init-org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el index 2a45bb7..f74ce07 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -152,7 +152,6 @@ be restored properly." (setq org-agenda-custom-commands '(("d" todo "DONE" nil) - ("s" todo "STARTED" nil) ("u" "Unschedule TODO entries" alltodo "" ((org-agenda-skip-function (lambda nil |