diff options
author | Alan Pearce | 2017-09-08 23:20:05 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-08 23:20:05 +0200 |
commit | f64d27e5aa9fa4668773a0e01bd4bf396b69d819 (patch) | |
tree | 4b92c73278cd7450a6265a6a1cb1d06f5500f72e /xresources/.xresources/main | |
parent | 841e31a841e73ed3f6ad717c1aa45d8d80166ea8 (diff) | |
download | dotfiles-f64d27e5aa9fa4668773a0e01bd4bf396b69d819.tar.lz dotfiles-f64d27e5aa9fa4668773a0e01bd4bf396b69d819.tar.zst dotfiles-f64d27e5aa9fa4668773a0e01bd4bf396b69d819.zip |
Emacs: Use system default font from Xresources
Diffstat (limited to 'xresources/.xresources/main')
-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)) |