diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-01-09 13:56:31 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-01-09 13:56:31 -0600 |
commit | 257e10a1abe275cfdd01f590e78a499c292ab55f (patch) | |
tree | 120f1f3f48931a89bf3fc68d43c33d6321f73aa5 /conf.d | |
parent | e5a94dd3f4570d74b6e5149253e6d17261cf27f9 (diff) |
conf.d/keymaps: Remove the currency and euro symbols
A comment in this file had the actual currency and euro symbols, which
were not utf-8, so I was requested to remove them.
X-Gentoo-Bug: 494936
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=494936
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/keymaps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/keymaps b/conf.d/keymaps index f2431de1..1ba568af 100644 --- a/conf.d/keymaps +++ b/conf.d/keymaps @@ -18,6 +18,6 @@ extended_keymaps="" # For a list of valid sets, run `dumpkeys --help` dumpkeys_charset="" -# Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro € +# Some fonts map AltGr-E to the currency symbol instead of the Euro. # To fix this, set to "yes" fix_euro="NO" |