Add Orgit to be able to capture magit buffers

master
Jacopo De Simoi 2 years ago
parent 79ee6753a2
commit 09bb7a82c0
  1. 3
      .gitmodules
  2. 4
      global.org
  3. 1
      orgit

3
.gitmodules vendored

@ -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

@ -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

@ -0,0 +1 @@
Subproject commit 84bcb5c318f01b9ffc8d5aa18a7c393fe9c714b2
Loading…
Cancel
Save