Decrease letter spacing in URxvt

This makes the letter spacing for URxvt and Emacs the same
This commit is contained in:
Tom Willemse 2016-01-08 11:45:06 +01:00
parent f1f0ce2126
commit e6ba03c1c0

View file

@ -33,7 +33,7 @@ URxvt.visualBell: false
! URxvt seems to render letters much wider than, for example, Emacs by
! default. Fix it by setting the letterspace to a negative value.
URxvt.letterSpace: -1
URxvt.letterSpace: -2
! Enable the url-select plugin along with the default plugins.
URxvt.perl-ext-common: default,url-select