summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-19 20:05:21 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-19 20:05:21 -0400
commit419df6fe0b72f9479e108e6ca5160aa6381aab87 (patch)
treea3aa577738a02fd9a5c3e0651de11d0806755469 /common
parent6a96b51ea0501bd19adc70cf979c585e130b64fe (diff)
emacs configs
Diffstat (limited to 'common')
-rw-r--r--common/.gitconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/common/.gitconfig b/common/.gitconfig
new file mode 100644
index 0000000..fbccce4
--- /dev/null
+++ b/common/.gitconfig
@@ -0,0 +1,17 @@
+[user]
+ name = Kjetil Orbekk
+ email = kj@orbekk.com
+[color]
+ diff = auto
+ status = auto
+ branch = auto
+ ui = true
+[push]
+ default = simple
+[sendemail]
+ smtpencryption = tls
+ smtpserver = mail.messagingengine.com
+ smtpuser = kj@orbekk.com
+ smtpserverport = 587
+[pull]
+ rebase = true