From bf233291df57d81c31f2290d24f24eaf33cd8873 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Dec 2018 19:08:47 -0500 Subject: [PATCH] [emacs][wip] fix up some breakages due to use-package-always-defer https://github.com/jwiegley/use-package#loading-packages-in-sequence --- init.org | 3 +++ 1 file changed, 3 insertions(+) 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) ) -- 2.20.1