X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/e931bbddd5b72fa2edf21778c96fa95227cbe36d..86efa0e39cbe936b57c65f18b576e95de57bc68b:/init.org diff --git a/init.org b/init.org index 257e868..56a439a 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 @@ -2326,6 +2327,7 @@ Convenient footnotes in =message-mode=. #+begin_src emacs-lisp (use-package ebdb + :straight (:host github :repo "girzel/ebdb") :after gnus :bind (:map gnus-group-mode-map ("e" . ebdb)) :config @@ -2352,6 +2354,7 @@ Convenient footnotes in =message-mode=. (use-feature ebdb-gnus :after ebdb + :demand :custom (ebdb-gnus-window-configuration '(article @@ -2363,6 +2366,7 @@ Convenient footnotes in =message-mode=. (use-feature ebdb-mua :after ebdb + :demand ;; :custom (ebdb-mua-pop-up nil) )