From d568ebac45604213e874b6b653377f91dd58eafe Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 23 Dec 2018 15:26:20 -0500 Subject: [PATCH] [emacs] use ^ ivy prefix for epkg-describe-package --- init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index acab132..3508f2d 100644 --- a/init.org +++ b/init.org @@ -270,7 +270,11 @@ database, low-level functions for querying the database, and a :bind (("C-c b d" . epkg-describe-package) ("C-c b p" . epkg-list-packages) - ("C-c b u" . epkg-update))) + ("C-c b u" . epkg-update)) + :config + (with-eval-after-load 'ivy + (add-to-list + 'ivy-initial-inputs-alist '(epkg-describe-package . "^") t))) #+end_src ** No littering in =~/.emacs.d= -- 2.20.1