summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/"]