From 322292942b71ffa2e93a830986b594992f1c2bf3 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 30 Dec 2018 09:37:39 -0500 Subject: [emacs] try out magit/forge --- init.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index 20744f5..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 -- cgit v1.2.3-83-g751a