diff options
author | Alan Pearce | 2017-08-06 09:22:44 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-06 09:22:44 +0200 |
commit | 8b4451d07e6d79a61a4c25b631dfeb1767825463 (patch) | |
tree | 96ee986844072c2da5f93a88e2b9418e8fc27218 /emacs | |
parent | 10f31b8f1a5d3e04ce1d6e3f4bb6f7add53fe8bb (diff) | |
download | dotfiles-8b4451d07e6d79a61a4c25b631dfeb1767825463.tar.lz dotfiles-8b4451d07e6d79a61a4c25b631dfeb1767825463.tar.zst dotfiles-8b4451d07e6d79a61a4c25b631dfeb1767825463.zip |
Emacs: Update linux fonts
Diffstat (limited to 'emacs')
-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 d15dcd6..1ad5426 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -251,8 +251,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 "PT Mono" :size 17)) - (ap/set-fonts "PT Mono" 17 "Noto Sans" 14 nil)) + (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)))) |