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

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

[elpa] master e334a75 45/90: ivy.el (ivy-initial-inputs-alist): Add man


From: Oleh Krehel
Subject: [elpa] master e334a75 45/90: ivy.el (ivy-initial-inputs-alist): Add man and woman
Date: Tue, 30 Jun 2015 07:28:26 +0000

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

    ivy.el (ivy-initial-inputs-alist): Add man and woman
---
 ivy.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ivy.el b/ivy.el
index 744abc7..ca625cc 100644
--- a/ivy.el
+++ b/ivy.el
@@ -617,7 +617,9 @@ like.")
 
 (defvar ivy-initial-inputs-alist
   '((org-refile . "^")
-    (counsel-M-x . "^"))
+    (counsel-M-x . "^")
+    (man . "^")
+    (woman . "^"))
   "Command to initial input table.")
 
 (defcustom ivy-sort-max-size 30000



reply via email to

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