diff options
author | 2018-12-30 09:37:39 -0500 | |
---|---|---|
committer | 2018-12-30 09:39:42 -0500 | |
commit | 322292942b71ffa2e93a830986b594992f1c2bf3 (patch) | |
tree | c6c868b52c0c2452a6a3f35cd48e2abbb8361a12 /init.org | |
parent | 5dea731d92bfa6900301e4867517b959fcfecef5 (diff) | |
download | configs-322292942b71ffa2e93a830986b594992f1c2bf3.tar.gz configs-322292942b71ffa2e93a830986b594992f1c2bf3.tar.xz configs-322292942b71ffa2e93a830986b594992f1c2bf3.zip |
[emacs] try out magit/forge
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |