all repos — archive/dotfiles @ f64d27e5aa9fa4668773a0e01bd4bf396b69d819

Superseded by nixfiles

Emacs: Use system default font from Xresources

Alan Pearce
commit

f64d27e5aa9fa4668773a0e01bd4bf396b69d819

parent

841e31a841e73ed3f6ad717c1aa45d8d80166ea8

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M xresources/.xresources/mainxresources/.xresources/main
@@ -28,9 +28,9 @@ URxvt.pointerBlank: true
URxvt.pointerBlankDelay: 987654321 URxvt.letterSpace: 0 -Emacs.Font: -Misc-Fixed-normal-normal-normal-*-14-*-*-*-c-70-iso10646-1 -Emacs.fixed-pitch.attributeFont: -Misc-Fixed-normal-normal-normal-*-14-*-*-*-c-70-iso10646-1 -Emacs.variable-pitch.attributeFont: -*-PT Sans-medium-r-*-*-14-*-*-*-*-*-*-* +Emacs.Font: monospace-10 +Emacs.fixed-pitch.attributeFont: monospace-10 +Emacs.variable-pitch.attributeFont: sans-10 ! Local Variables: ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))