Change indentation of all blocks.

Use (setq org-src-preserve-indentation t) for Emacs.
This commit is contained in:
2021-01-08 01:26:27 +01:00
parent e7288abcac
commit 3e97711adc
44 changed files with 16060 additions and 15852 deletions

18
git.org
View File

@@ -188,9 +188,9 @@
** Github
#+BEGIN_SRC conf
[github]
user = tdehaeze
oauth-token = 8cc5b41120f7e9a869c24fa3678667d3d8422e6f
[github]
user = tdehaeze
oauth-token = 8cc5b41120f7e9a869c24fa3678667d3d8422e6f
#+END_SRC
* =~/.gitignore_global= - Global Git Ignore
@@ -212,12 +212,12 @@ Session.vim
:END:
#+BEGIN_SRC conf
[github.com*]
target=github.com/tdehaeze
[github.com*]
target=github.com/tdehaeze
[git.tdehaeze.xyz*]
target=git.tdehaeze.xyz/tdehaeze
[git.tdehaeze.xyz*]
target=git.tdehaeze.xyz/tdehaeze
[gitlab.esrf.fr*]
target=gitlab.esrf.fr/dehaeze
[gitlab.esrf.fr*]
target=gitlab.esrf.fr/dehaeze
#+END_SRC