From: Michael Orlitzky Date: Sat, 17 Oct 2020 16:27:17 +0000 (-0400) Subject: .emacs: replace set-default-font with set-frame-font. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=804559c2bf5275cf7107058eaa1911dc4d9cf1b9 .emacs: replace set-default-font with set-frame-font. --- 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")