From 886d29e6baf31d50846ebaa01a5599cfa8ad3267 Mon Sep 17 00:00:00 2001 From: DavidCromp Date: Fri, 2 Dec 2022 13:44:05 -0500 Subject: [PATCH] Actually fix Julia --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c28b848..10c45ee 100644 --- a/init.el +++ b/init.el @@ -35,7 +35,7 @@ (custom-set-faces '(default ((t (:family "JuliaMono" :height 150 - :weight 'normal))))) + :weight normal))))) ;; Set location of custom theme dir (setq custom-theme-directory (concat user-emacs-directory "themes"))