From 2b5eb5763fc6579f636f700d655da573c8cc56ed Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 4 Jul 2017 19:54:17 +0200 Subject: [PATCH] Use new font/theme settings in ui/doom --- modules/ui/doom/config.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index 4f8b82901..f50afcd7e 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -1,11 +1,15 @@ ;;; ui/doom/config.el -*- lexical-binding: t; -*- +(set! :font "Fira Mono" :size 12) +(set! :big-font "Fira Mono" :size 18) +(set! :variable-font "Fira Sans" :size 12) +(set! :unicode-font "DejaVu Sans Mono" :size 12) + ;; (def-package! doom-themes :demand t :config - (unless doom-theme - (setq doom-theme 'doom-one)) + (set! :theme 'doom-one) ;; Ensure `doom/reload' reloads common faces (defun +doom|reload-theme ()