From 53093e23148cc73a6edeb7b97e68b7cff15379d8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 23 Feb 2021 12:37:52 -0600 Subject: Add ~/.gitconfig --- config.org | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index bbb8fed..1263c8e 100644 --- a/config.org +++ b/config.org @@ -3139,6 +3139,39 @@ This runs Emacs with the =--debug-init= option enabled. start "emacs-debug" "%EMACS%" --debug-init %* #+end_src +*** Other configuration files + +Since I kind of have this weird .. portable setup on Windows, I'm going to start +putting other config files in here that I need. It's a real pain in the ass to +have them all out of sync. + +**** ~/.gitconfig + +#+begin_src gitconfig :tangle (if (eq system-type 'windows-nt) "~/.gitconfig" "") + # tangled from ~/.emacs.d/config.org + [github] + user = duckwork + [credential] + helper = store + [user] + name = Case Duckworth + email = acdw@acdw.net + [pull] + rebase = false + [core] + excludesfile = ~/.gitignore + attributesfile = ~/.gitattributes + autocrlf = false + eol = lf + [diff "lisp"] + # basic + xfuncname = "^(\\(.*)$" + # advanced + xfuncname = "^(((;;;+ )|\\(|([ \t]+\\(((cl-|el-patch-)?def(un|var|macro|method|custom)|gb/))).*)$" + [diff "org"] + xfuncname = "^(\\*+ +.*)$" +#+end_src + * Appendices ** config.el -- cgit 1.4.1-21-gabe81