diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-23 15:26:20 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-23 15:26:48 -0500 |
commit | d568ebac45604213e874b6b653377f91dd58eafe (patch) | |
tree | 5327822a15653e5ad4a33a51da9aa0b359d8e708 | |
parent | 51739d3f3868b7452baf7ea337d05381283db2fa (diff) | |
download | configs-d568ebac45604213e874b6b653377f91dd58eafe.tar.gz configs-d568ebac45604213e874b6b653377f91dd58eafe.tar.xz configs-d568ebac45604213e874b6b653377f91dd58eafe.zip |
[emacs] use ^ ivy prefix for epkg-describe-package
-rw-r--r-- | init.org | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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= |