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
117 :header-args+: :tangle ~/.latexmkrc
121 $pdf_previewer = "start zathura %O %S";
122 $clean_ext = "aux out";
124 # $pdf_update_method = 4;
125 # $pdf_update_command = "zathura %O %S";
127 # Synctex allows one to jump to from the PDF in Zathura to the source in Emacs
128 # by Ctrl+click in the PDF.
129 # Tell latexmk to use Zathura as a previewer, and run emacsclient as the Synctex
131 # $pdf_previewer = 'exec zathura --synctex-forward -x \'emacsclient --no-wait +%{line} %{input}\' %O %S';