]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy.el (ivy-initial-inputs-alist): Add some Org commands
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 22 Jun 2015 10:57:13 +0000 (12:57 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 22 Jun 2015 10:57:13 +0000 (12:57 +0200)
* ivy.el (ivy-initial-inputs-alist): Add `org-agenda-refile' and
  `org-capture-refile'.

Fixes #156

ivy.el

diff --git a/ivy.el b/ivy.el
index 41e38b553d814f05f6b3814a461bc0e7991f89a4..0665edfcefd4ee5ae715d146e23572253c56f184 100644 (file)
--- 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 . "^")