aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshton Wiersdorf <mail@wiersdorf.dev>2024-06-22 23:30:19 -0600
committerAshton Wiersdorf <mail@wiersdorf.dev>2024-06-22 23:30:19 -0600
commitd04640e078da71d66da7d496637164a339945165 (patch)
treeed587591440494576c7c06f882712a8d381de40b
parente7bfd0a66e60fa3fa7510c3ed7b3d119adb4db6b (diff)
Don't try to download corfu-popupinfo (it's installed with corfu)
Closes #4
-rw-r--r--extras/base.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/base.el b/extras/base.el
index b097019..d3a29f2 100644
--- a/extras/base.el
+++ b/extras/base.el
@@ -126,6 +126,7 @@
;; Part of corfu
(use-package corfu-popupinfo
:after corfu
+ :ensure nil
:hook (corfu-mode . corfu-popupinfo-mode)
:custom
(corfu-popupinfo-delay '(0.25 . 0.1))