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 /emacs/.emacs.d | |
parent | 841e31a841e73ed3f6ad717c1aa45d8d80166ea8 (diff) | |
download | nixfiles-f64d27e5aa9fa4668773a0e01bd4bf396b69d819.tar.lz nixfiles-f64d27e5aa9fa4668773a0e01bd4bf396b69d819.tar.zst nixfiles-f64d27e5aa9fa4668773a0e01bd4bf396b69d819.zip |
Emacs: Use system default font from Xresources
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/main.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index b51e1f3b..7da0f6bd 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -223,10 +223,6 @@ (ap/set-fonts "Fira Code" 14 "Lucida Grande" 14 t nil) (ap/set-fonts "Monoid" 12 "Helvetica Neue" 12 t 0.1)))) ((and (eq window-system 'x) - (not (eq system-type 'gnu/linux/windows))) - (set-fontset-font "fontset-default" 'unicode (font-spec :name "PT Mono" :size 14)) - (ap/set-fonts "PT Mono" 14 "Noto Sans" 14 nil)) - ((and (eq window-system 'x) (eq system-type 'gnu/linux/windows)) (ap/set-fonts "Noto Mono" 12 "Sans" 12 nil))))) |