all repos — nixfiles @ 21aabc84a4e10509cf1a5ce94142684ab991c47a

System and user configuration, managed by nix and home-manager

Emacs: Use Liberation Mono on Windows
Alan Pearce alan@alanpearce.co.uk
Sat, 09 Jul 2016 22:53:27 +0200
commit

21aabc84a4e10509cf1a5ce94142684ab991c47a

parent

ae2081e978e64153d64409b03f63c37cf453c1bc

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -220,7 +220,7 @@ (defun ap/set-fonts-according-to-system ()         (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)