summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-24 19:08:47 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-24 19:08:47 -0500
commitbf233291df57d81c31f2290d24f24eaf33cd8873 (patch)
treeda5816d49c237cb1787234a280675d85a92cc914
parente931bbddd5b72fa2edf21778c96fa95227cbe36d (diff)
downloadconfigs-bf233291df57d81c31f2290d24f24eaf33cd8873.tar.gz
configs-bf233291df57d81c31f2290d24f24eaf33cd8873.tar.xz
configs-bf233291df57d81c31f2290d24f24eaf33cd8873.zip
[emacs][wip] fix up some breakages due to use-package-always-defer
https://github.com/jwiegley/use-package#loading-packages-in-sequence
-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)
)