emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 337a1d0 73/90: ivy.el (ivy-initial-inputs-alist): Add some


From: Oleh Krehel
Subject: [elpa] master 337a1d0 73/90: ivy.el (ivy-initial-inputs-alist): Add some Org commands
Date: Tue, 30 Jun 2015 07:29:18 +0000

branch: master
commit 337a1d02a190ee9af8e16d81bde3bd98ce0cc929
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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 . "^")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]