2 #+property: header-args :comments link :mkdirp yes :results silent
6 This org file contains the configuration files of pretty much every
7 program I use. The files are tangled (i.e. exported, or derived) from
8 this file using =org-babel=.
10 Note: This file is best viewed inside Emacs with org mode.
18 :header-args+: :tangle ~/.gitconfig
25 email = amin@aminb.org
26 # signingkey = 4E05246AB0BF7FFB
40 autocrlf = input # CRLF -> LF on commit
41 editor = emacsclient -t
42 excludesfile = ~/.gitignore_global
55 git = !exec git # handle nested git calls, e.g. git git status
56 aliases = config --get-regexp '^alias\\.'
89 # showUntrackedFiles = all
102 :header-args+: :tangle ~/.gitignore_global