summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-07-09 22:53:27 +0200
committerAlan Pearce2016-07-09 22:53:27 +0200
commit21aabc84a4e10509cf1a5ce94142684ab991c47a (patch)
tree73c664660a3d40f28c7bd1894fc5e1f737d3c6a3 /tag-emacs/emacs.d
parentae2081e978e64153d64409b03f63c37cf453c1bc (diff)
downloaddotfiles-21aabc84a4e10509cf1a5ce94142684ab991c47a.tar.lz
dotfiles-21aabc84a4e10509cf1a5ce94142684ab991c47a.tar.zst
dotfiles-21aabc84a4e10509cf1a5ce94142684ab991c47a.zip
Emacs: Use Liberation Mono on Windows
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 4c0e259..8427a77 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)