[rc/msmtp] update deb's tls cert fingerprint
[~bandali/configs] / init.org
index 20744f5..7513a66 100644 (file)
--- 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,9 +2401,6 @@ 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
@@ -2483,9 +2488,6 @@ Convenient footnotes in =message-mode=.
 (use-package ox-hugo
   :after ox
   :demand)
-
-(use-feature ox-hugo-auto-export
-  :demand)
 #+end_src
 
 * Post initialization