From 7a2772594ecc2dba45ea50fef8409db03bc3af4f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 21 Aug 2016 17:23:49 +0200 Subject: [PATCH] Use doom-one in terminal (now compatible) --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index ce9f533da..4768a7de5 100644 --- a/init.el +++ b/init.el @@ -31,7 +31,7 @@ (defconst emacs-start-time (current-time)) (load (concat user-emacs-directory "core/core")) -(doom :theme (if window-system 'doom-one 'doom-dark) +(doom :theme 'doom-one :font ("Inconsolata" 14) ;;; The heart of DOOM