From be51d3f5c4f9bc3c958a6a20a878fb77288101da Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 11 Mar 2020 23:53:29 -0400 Subject: [PATCH] Back to Go mono fonts --- emacs/.config/doom/+ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/+ui.el b/emacs/.config/doom/+ui.el index 2549501..77568f5 100644 --- a/emacs/.config/doom/+ui.el +++ b/emacs/.config/doom/+ui.el @@ -3,8 +3,8 @@ (setq doom-theme 'kaolin-valley-dark) ;; Fonts -(setq doom-font (font-spec :family "IBM Plex Mono" :size 11)) -(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 17)) +(setq doom-font (font-spec :family "Go Mono" :size 10)) +(setq doom-big-font (font-spec :family "Go Mono" :size 16)) (set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame ;; or