From 419df6fe0b72f9479e108e6ca5160aa6381aab87 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 19 Oct 2020 20:05:21 -0400 Subject: emacs configs --- common/.gitconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 common/.gitconfig (limited to 'common/.gitconfig') 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 -- cgit v1.2.3