summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.org b/init.org
index 3508f2d..9a420d0 100644
--- a/init.org
+++ b/init.org
@@ -272,6 +272,7 @@ database, low-level functions for querying the database, and a
("C-c b p" . epkg-list-packages)
("C-c b u" . epkg-update))
:config
+ (eval-when-compile (defvar ivy-initial-inputs-alist))
(with-eval-after-load 'ivy
(add-to-list
'ivy-initial-inputs-alist '(epkg-describe-package . "^") t)))