From 09bb7a82c0325d06b83712a146327464fba783de Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 18 Mar 2024 11:52:45 -0400 Subject: [PATCH] Add Orgit to be able to capture magit buffers --- .gitmodules | 3 +++ global.org | 4 ++++ orgit | 1 + 3 files changed, 8 insertions(+) create mode 160000 orgit diff --git a/.gitmodules b/.gitmodules index 9740242..dc31435 100644 --- a/.gitmodules +++ b/.gitmodules @@ -148,3 +148,6 @@ [submodule "combobulate"] path = combobulate url = https://github.com/mickeynp/combobulate.git +[submodule "orgit"] + path = orgit + url = https://github.com/magit/orgit.git diff --git a/global.org b/global.org index fdb7663..de6a895 100644 --- a/global.org +++ b/global.org @@ -2755,6 +2755,10 @@ (require 'magit-todos) (magit-todos-mode) #+end_src + Enable [[https://github.com/magit/orgit][orgit]] so that we can link to magit status buffer + #+begin_src emacs-lisp + (require 'orgit) + #+end_src ** smart-tab This package is a gem: it allows to make tab work dwim #+begin_src emacs-lisp diff --git a/orgit b/orgit new file mode 160000 index 0000000..84bcb5c --- /dev/null +++ b/orgit @@ -0,0 +1 @@ +Subproject commit 84bcb5c318f01b9ffc8d5aa18a7c393fe9c714b2