From 804559c2bf5275cf7107058eaa1911dc4d9cf1b9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 17 Oct 2020 12:27:17 -0400 Subject: [PATCH] .emacs: replace set-default-font with set-frame-font. --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 06ca36c..94aa314 100644 --- a/.emacs +++ b/.emacs @@ -12,7 +12,7 @@ ;; Gentoo *or somebody* made the default too small. ;; Make it too big to overcompensate. -(set-default-font "DejaVu Sans Mono-14") +(set-frame-font "DejaVu Sans Mono-14") ;; Set the frame title to the name of the buffer, if supported. (setq frame-title-format "%b") -- 2.43.2