X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/99eccce4337e1416c9d226d2035dcdca02ca6d1e..322292942b71ffa2e93a830986b594992f1c2bf3:/init.org diff --git a/init.org b/init.org index 0e6f330..cea0f41 100644 --- a/init.org +++ b/init.org @@ -2177,6 +2177,14 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. ("a" . mc/mark-all-like-this)))) #+end_src +** forge + +#+begin_src emacs-lisp +(use-package forge + :after magit + :demand) +#+end_src + * Email :PROPERTIES: :CUSTOM_ID: email @@ -2393,6 +2401,9 @@ Convenient footnotes in =message-mode=. ** ebdb #+begin_src emacs-lisp +;; https://github.com/girzel/ebdb/issues/72 +(use-package csv-mode) + (use-package ebdb :straight (:host github :repo "girzel/ebdb") :after gnus @@ -2478,10 +2489,11 @@ Convenient footnotes in =message-mode=. #+begin_src emacs-lisp (use-package ox-hugo - :after ox) + :after ox + :demand) (use-feature ox-hugo-auto-export - :after ox-hugo) + :demand) #+end_src * Post initialization