diff options
Diffstat (limited to 'xresources/.xresources')
-rw-r--r-- | xresources/.xresources/main | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index f8a7269..f89da07 100644 --- a/xresources/.xresources/main +++ b/xresources/.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)) |