From cfa06c8959c01398a55112587e222119b472fea9 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 ba1a490..a206618 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"))