diff options
author | Alan Pearce | 2016-07-09 22:53:27 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-09 22:53:27 +0200 |
commit | 21aabc84a4e10509cf1a5ce94142684ab991c47a (patch) | |
tree | 73c664660a3d40f28c7bd1894fc5e1f737d3c6a3 | |
parent | ae2081e978e64153d64409b03f63c37cf453c1bc (diff) | |
download | nixfiles-21aabc84a4e10509cf1a5ce94142684ab991c47a.tar.lz nixfiles-21aabc84a4e10509cf1a5ce94142684ab991c47a.tar.zst nixfiles-21aabc84a4e10509cf1a5ce94142684ab991c47a.zip |
Emacs: Use Liberation Mono on Windows
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 4c0e2593..8427a77b 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -220,7 +220,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (interactive) (cond ((eq window-system 'w32) - (ap/set-fonts "Consolas" 10 "Segoe UI" 11 t)) + (ap/set-fonts "Liberation Mono" 11 "Segoe UI" 11 t)) ((eq window-system 'ns) (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l")))) (if (eq displays 1) |