diff options
author | Alan Pearce | 2017-05-08 17:08:06 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-08 17:08:06 +0200 |
commit | 1e375acc1cb7d23775fd39df71c0206fc66392ac (patch) | |
tree | 62ede4ddc112fdaee33fcaa454e58879b73f55bf /emacs/.emacs.d/init.org | |
parent | 72551a93b109857bc9c2c044e253156ce90a75db (diff) | |
download | nixfiles-1e375acc1cb7d23775fd39df71c0206fc66392ac.tar.lz nixfiles-1e375acc1cb7d23775fd39df71c0206fc66392ac.tar.zst nixfiles-1e375acc1cb7d23775fd39df71c0206fc66392ac.zip |
Emacs: Make macOS variable-pitch font size consistent
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r-- | emacs/.emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index e82c40e4..5d115d93 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -219,7 +219,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l")))) (if (eq displays 1) (ap/set-fonts "Lekton" 20 "Lucida Grande" 16 t) - (ap/set-fonts "Monaco" 14 "Lucida Grande" 12 nil 0.1)))) + (ap/set-fonts "Monaco" 14 "Lucida Grande" 14 nil 0.1)))) ((eq window-system 'x) (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 14)) (ap/set-fonts "Fixed" 14 "Lucida" 14 nil)))) |