From 0f2f2448b36622e2b23adaf9383660c318abac09 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 25 Aug 2013 12:24:19 +0200 Subject: Use PT Mono font --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bcc9522..af4d432 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -603,7 +603,7 @@ Also change directories to current working directory." (vertical-scroll-bars . nil) (menu-bar-lines . nil) (tool-bar-lines . nil) - (font . "Liberation Mono:pixelsize=16"))) + (font . "PT Mono:pixelsize=16"))) (setq frame-title-format '(:eval (concat "emacs: " (buffer-name)))) (setq message-log-max 1000) (setq redisplay-dont-pause t) -- cgit v1.2.3-54-g00ecf