From 4b600c1596d4d1ea9bdbe203d24d94e5f04ccccb Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 20 May 2018 14:01:20 -0400 Subject: [PATCH] Set Hack as default font --- .emacs.d/fred-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/fred-theme.el b/.emacs.d/fred-theme.el index 35d3c77..39e4d5c 100644 --- a/.emacs.d/fred-theme.el +++ b/.emacs.d/fred-theme.el @@ -9,7 +9,8 @@ (custom-theme-set-faces 'fred - '(default ((((class color) (min-colors 4096)) (:foreground "#eeeeec" :background "#151515")) + '(default ((default (:foundry "SRC" :family "Hack")) + (((class color) (min-colors 4096)) (:foreground "#eeeeec" :background "#151515")) (((class color) (min-colors 256)) (:foreground "#eeeeec" :background "#222")) (((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black")))) '(highlight ((((class color) (min-colors 89)) (:foreground "#2e3436" :background "#edd400"))))