diff options
| author | jason | 2019-11-19 22:04:42 -0700 |
|---|---|---|
| committer | jason | 2019-11-19 22:04:42 -0700 |
| commit | 763d19c9daf248a678e8a503d0912b4bc701f5ea (patch) | |
| tree | e4bb0595ef934e707e6b003d82e9d3360af9b511 | |
| parent | 6e5aafd4378bdee4bd18c33bc2f0bb400830c78c (diff) | |
| download | dotfiles-763d19c9daf248a678e8a503d0912b4bc701f5ea.tar.gz dotfiles-763d19c9daf248a678e8a503d0912b4bc701f5ea.zip | |
remove go gitconfig workaround. it messes up emacs/straight.el
| -rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 21e06f1..e27d9d4 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -11,5 +11,3 @@ enabled = 1 | |||
| 11 | autoupdate = 1 | 11 | autoupdate = 1 |
| 12 | [magit] | 12 | [magit] |
| 13 | hideCampaign = true | 13 | hideCampaign = true |
| 14 | [url "git@github.com:"] | ||
| 15 | insteadOf = https://github.com/ | ||