From 49629be9892e86099826efaaf450c4044a5cf5f1 Mon Sep 17 00:00:00 2001 From: Julian Teu Date: Mon, 22 Jan 2018 11:20:24 +0100 Subject: Changed emacs font to source code pro --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 5c9b0ca..51143ce 100644 --- a/.emacs +++ b/.emacs @@ -66,7 +66,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(default ((t (:family "Source Code Pro" :foundry "ADBO" :slant normal :weight normal :height 113 :width normal))))) -- cgit v1.2.3