From 9008aed8c870981dccdef20cb9704edcc336606e Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:08:50 -0600 Subject: [PATCH] Update init.el --- emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index 734f869..4210225 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -15,6 +15,9 @@ (transient-mark-mode) (show-paren-mode 1) +(when (eq system-type 'gnu/linux) + (set-face-attribute 'default nil :font "Terminus")) + (defalias 'yes-or-no-p 'y-or-n-p) (require 'package)