diff options
author | Alan Pearce | 2017-06-18 22:54:57 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-18 22:55:43 +0200 |
commit | 6a3adcad704b8a3c06fc397b5a32a3247dfb36f4 (patch) | |
tree | eb8624fd771f657d1ab999d1babcb839a353bef1 /emacs/.emacs.d/init.org | |
parent | be734c82225941ee0a89c39807ab26148b793a36 (diff) | |
download | nixfiles-6a3adcad704b8a3c06fc397b5a32a3247dfb36f4.tar.lz nixfiles-6a3adcad704b8a3c06fc397b5a32a3247dfb36f4.tar.zst nixfiles-6a3adcad704b8a3c06fc397b5a32a3247dfb36f4.zip |
Emacs: Tweak Linux/X11 fonts
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r-- | emacs/.emacs.d/init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 7aeb2163..5c44022e 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -241,8 +241,8 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (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 "Iosevka" :size 14)) - (ap/set-fonts "Iosevka" 16 "Noto Sans" 14 nil)) + (set-fontset-font "fontset-default" 'unicode (font-spec :name "PT Mono" :size 17)) + (ap/set-fonts "PT Mono" 17 "Noto Sans" 14 nil)) ((and (eq window-system 'x) (eq system-type 'gnu/linux/windows)) (ap/set-fonts "Noto Mono" 12 "Sans" 12 nil)))) |