branch: master
commit e334a75747280a7e547490ed5b5d7c1a00e7ced7
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    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