From c6d477e36ba8ed7f4df6012e9713eea73ce7f4b7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 19 Aug 2016 13:21:28 +0200 Subject: [PATCH] Update default font --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 14c12c4..cbc2ce6 100644 --- a/init.el +++ b/init.el @@ -65,7 +65,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 "Hack" :foundry "simp" :slant normal :weight normal :height 98 :width normal)))) + '(default ((t (:inherit nil :stipple nil :background "#2e3436" :foreground "#eeeeec" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :family "Hack")))) '(hl-line ((t (:inherit nil :background "gray25")))) '(trailing-whitespace ((t (:inherit nil :background "red1")))) '(whitespace-line ((t (:inherit nil :background "orange")))))