summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--init.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.org b/init.org
index 257e868..1f3d721 100644
--- a/init.org
+++ b/init.org
@@ -880,6 +880,7 @@ And here's where my actual Org configurations begin:
t))
(use-feature ox-beamer
+ :demand
:after ox)
#+end_src
@@ -2352,6 +2353,7 @@ Convenient footnotes in =message-mode=.
(use-feature ebdb-gnus
:after ebdb
+ :demand
:custom
(ebdb-gnus-window-configuration
'(article
@@ -2363,6 +2365,7 @@ Convenient footnotes in =message-mode=.
(use-feature ebdb-mua
:after ebdb
+ :demand
;; :custom (ebdb-mua-pop-up nil)
)