From fea98f24a748c2ccd58a1356a3729317442a2594 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 12 Jun 2024 06:12:29 -0700 Subject: [PATCH] [emacs] Fonts for fred --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f2550d9..8a8f00b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -186,6 +186,9 @@ ((string-equal (downcase (system-name)) "bifrost") "InputMonoNarrow-12") + ((string-equal (downcase (system-name)) "fred") + "InputMonoNarrow-16") + ((string-equal (downcase (system-name)) "unstablesurface") "Input Mono Narrow:pixelsize=28:weight=normal")