Closed ghost closed 10 years ago
I can't get graphene to load on windows, unless I change https://github.com/rdallasgray/graphene/blob/d16f6e48e2ef11d5c483d7869a08afce80d4c244/graphene-windows-defaults.el#L39 from graphene-fixed-pitched-font to graphene-fixed-pitch-font.
graphene-fixed-pitched-font
graphene-fixed-pitch-font
The error it produces when the line is not changed is Symbol's value as variable is void: graphene-fixed-pitched-font
Symbol's value as variable is void: graphene-fixed-pitched-font
It got changed to fixed-pitched in https://github.com/rdallasgray/graphene/commit/d16f6e48e2ef11d5c483d7869a08afce80d4c244, but I don't really know why :)
fixed-pitched
Fat fingers is why. Thanks for the report, should be fixed now.
I can't get graphene to load on windows, unless I change https://github.com/rdallasgray/graphene/blob/d16f6e48e2ef11d5c483d7869a08afce80d4c244/graphene-windows-defaults.el#L39 from
graphene-fixed-pitched-font
tographene-fixed-pitch-font
.The error it produces when the line is not changed is
Symbol's value as variable is void: graphene-fixed-pitched-font
It got changed to
fixed-pitched
in https://github.com/rdallasgray/graphene/commit/d16f6e48e2ef11d5c483d7869a08afce80d4c244, but I don't really know why :)