From 8afd96f693d9ac0daeb04afcfed0b5a8b4dd8062 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 7 May 2025 07:46:58 -0400 Subject: Fixed Bug in dev-env that wiped .config --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bfd10b9..8647291 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -17,7 +17,7 @@ (defvaralias 'c-basic-offset 'tab-width) ;; Font -(set-frame-font "Consolas 16" nil t) +(set-frame-font "JetBrains Mono 16" nil t) ;; Relative Line Numbers (display-line-numbers-mode) -- cgit v1.2.3