Install the orgit and orgit-forge packages

This commit is contained in:
2023-12-04 05:18:22 +01:00
parent a87bcffba7
commit 87b37aadbe

View File

@@ -2539,6 +2539,16 @@ directory. It is available from [[http://plantuml.com/download][here]].
:after org) :after org)
#+end_src #+end_src
** ~orgit~ and ~orgit-forge~ to store link to Git stuff
#+begin_src emacs-lisp
(use-package orgit
:after magit org)
(use-package orgit-forge
:after magit org orgit)
#+end_src
* Mailing * Mailing
** Set up whitespace handling in mu4e buffers ** Set up whitespace handling in mu4e buffers