]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
.emacs: replace set-default-font with set-frame-font.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 17 Oct 2020 16:27:17 +0000 (12:27 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 17 Oct 2020 16:27:17 +0000 (12:27 -0400)
.emacs

diff --git a/.emacs b/.emacs
index 06ca36c040a6664de1b2106f25366f8c187c295f..94aa3148311b76b3720454097fce31b393c31d87 100644 (file)
--- 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")