From 47daded610b245caf01a97d74c940aff91fe14e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Antol=C3=83=C2=ADn=20Camarena?= Date: Fri, 15 Jan 2021 13:12:48 -0600 Subject: [PATCH] Add :demand t because :hook defers --- README.org | 2 ++ embark.texi | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.org b/README.org index cd1d2a1..a4ec059 100644 --- a/README.org +++ b/README.org @@ -26,6 +26,7 @@ (use-package embark-consult :ensure t :after (embark consult) + :demand t ; only necessary if you have the hook below ;; if you want to have consult previews as you move around an ;; auto-updating embark collect buffer :hook @@ -245,6 +246,7 @@ reasonable starting configuration: (use-package embark-consult :ensure t :after (embark consult) + :demand t ; only necessary if you have the hook below ;; if you want to have consult previews as you move around an ;; auto-updating embark collect buffer :hook diff --git a/embark.texi b/embark.texi index c8ce605..1438629 100644 --- a/embark.texi +++ b/embark.texi @@ -76,6 +76,7 @@ preview automatically as you move around the collect buffer. (use-package embark-consult :ensure t :after (embark consult) + :demand t ; only necessary if you have the hook below ;; if you want to have consult previews as you move around an ;; auto-updating embark collect buffer :hook @@ -337,6 +338,7 @@ reasonable starting configuration: (use-package embark-consult :ensure t :after (embark consult) + :demand t ; only necessary if you have the hook below ;; if you want to have consult previews as you move around an ;; auto-updating embark collect buffer :hook