[rc/sway] add sticky toggle binding
[~bandali/configs] / init.org
index 0e6f330..00a9bf2 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
@@ -2478,10 +2486,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