summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-04-23 08:36:10 +0300
committerLars Wirzenius <liw@liw.fi>2015-04-23 08:36:10 +0300
commitb1b679eda3efcbab539b0df69054546bb09c2724 (patch)
tree2c67478ef1d721cb5f160654609c4a258b0bb8f7
parent546bdfb6f482219fb1ca5bc1a72de32497e3d607 (diff)
downloadliw-dot-files-b1b679eda3efcbab539b0df69054546bb09c2724.tar.gz
Change signing key for git
-rw-r--r--emacs2
-rw-r--r--gitconfig-exolobe12
2 files changed, 2 insertions, 2 deletions
diff --git a/emacs b/emacs
index 8b09016..6e30224 100644
--- a/emacs
+++ b/emacs
@@ -109,4 +109,4 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:family "Inconsolata" :foundry "unknown" :slant normal :weight normal :height 120 :width normal)))))
+ '(default ((t (:family "Inconsolata" :foundry "unknown" :slant normal :weight medium :height 120 :width normal)))))
diff --git a/gitconfig-exolobe1 b/gitconfig-exolobe1
index 0813cf5..da80265 100644
--- a/gitconfig-exolobe1
+++ b/gitconfig-exolobe1
@@ -1,7 +1,7 @@
[user]
name = Lars Wirzenius
email = liw@liw.fi
- signingkey = 5E8511F9
+ signingkey = B8611E9C
[core]
excludesfile = /home/liw/.git-global-ignore
[url "ssh://git@git.liw.fi/"]