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

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

[elpa] master dcf0f64 61/90: Add "^" as initial input to "C-h f" and "C-


From: Oleh Krehel
Subject: [elpa] master dcf0f64 61/90: Add "^" as initial input to "C-h f" and "C-h v"
Date: Tue, 30 Jun 2015 07:28:48 +0000

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

    Add "^" as initial input to "C-h f" and "C-h v"
    
    * ivy.el (ivy-initial-inputs-alist): Add entries for
      `counsel-describe-function' and `counsel-describe-variable'.
---
 ivy.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ivy.el b/ivy.el
index 377fed3..615b476 100644
--- a/ivy.el
+++ b/ivy.el
@@ -665,6 +665,8 @@ like.")
 (defvar ivy-initial-inputs-alist
   '((org-refile . "^")
     (counsel-M-x . "^")
+    (counsel-describe-function . "^")
+    (counsel-describe-variable . "^")
     (man . "^")
     (woman . "^"))
   "Command to initial input table.")



reply via email to

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