From 87b37aadbe3308d207e6b7f35574380f8f9621ec Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 4 Dec 2023 05:18:22 +0100 Subject: [PATCH] Install the orgit and orgit-forge packages --- configuration.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration.org b/configuration.org index d044611..69d0e6d 100644 --- a/configuration.org +++ b/configuration.org @@ -2539,6 +2539,16 @@ directory. It is available from [[http://plantuml.com/download][here]]. :after org) #+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 ** Set up whitespace handling in mu4e buffers