Skip to content

Commit

Permalink
New font.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 21, 2014
1 parent ffcf01d commit c13049e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion home/.gitconfig
Expand Up @@ -70,4 +70,8 @@
pushInsteadOf = "git://gist.github.com/"

[mergetool]
keepBackup = true
keepBackup = false
[init]
templatedir = ~/.git_template
[ghi]
token = !security find-internet-password -a paulmillr -s github.com -l 'ghi token' -w
4 changes: 2 additions & 2 deletions sublime/Packages/User/Preferences.sublime-settings
Expand Up @@ -16,8 +16,8 @@
"tmp",
"node_modules"
],
"font_face": "Input Mono",
"font_size": 12,
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
Expand Down

0 comments on commit c13049e

Please sign in to comment.