From 3ca214239405316b6680441a041457ff912a77b7 Mon Sep 17 00:00:00 2001 From: David Florness Date: Mon, 20 Nov 2017 14:53:08 -0700 Subject: [PATCH] Apply font to all frames --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index fe73e8e..9adaaa0 100644 --- a/init.el +++ b/init.el @@ -7,7 +7,8 @@ :name "Source Code Pro" :size 13 :weight 'normal - :width 'normal)) + :width 'normal) + nil t) ;;; Disable menu bar (menu-bar-mode 0) -- 2.38.4