branch: master commit 337a1d02a190ee9af8e16d81bde3bd98ce0cc929 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
ivy.el (ivy-initial-inputs-alist): Add some Org commands * ivy.el (ivy-initial-inputs-alist): Add `org-agenda-refile' and `org-capture-refile'. Fixes #156 --- ivy.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ivy.el b/ivy.el index 41e38b5..0665edf 100644 --- a/ivy.el +++ b/ivy.el @@ -673,6 +673,8 @@ like.") (defvar ivy-initial-inputs-alist '((org-refile . "^") + (org-agenda-refile . "^") + (org-capture-refile . "^") (counsel-M-x . "^") (counsel-describe-function . "^") (counsel-describe-variable . "^")