From: Amin Bandali Date: Sun, 23 Dec 2018 20:26:20 +0000 (-0500) Subject: [emacs] use ^ ivy prefix for epkg-describe-package X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/d568ebac45604213e874b6b653377f91dd58eafe [emacs] use ^ ivy prefix for epkg-describe-package --- 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=