branch: master
commit a5f92ed7a320482bec2d41d726b0b6b300e4433c
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (ivy-initial-inputs-alist): Fix entry for man
    
    Fixes #1226
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 13d8b32..19415fc 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1465,7 +1465,7 @@ like.")
     (counsel-M-x . "^")
     (counsel-describe-function . "^")
     (counsel-describe-variable . "^")
-    (man . "^")
+    (Man-completion-table . "^")
     (woman . "^"))
   "Command to initial input table.")
 

Reply via email to