From ea60c769ca8fe877244b77eb1c8ab6932c5dbfe3 Mon Sep 17 00:00:00 2001 From: DavidCromp Date: Fri, 2 Dec 2022 13:42:42 -0500 Subject: [PATCH] Fix JuliaFont on mac --- init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index c4fcf0b..ba1a490 100644 --- a/init.el +++ b/init.el @@ -32,10 +32,10 @@ (scroll-bar-mode -1) ;; Set custom font to Julia-Mono -(set-face-attribute 'default t - :family "JuliaMono" - :height 150 - :weight 'normal) +(custom-set-faces + '(default ((t (:family "JuliaMono" + :height 150 + :weight 'normal))))) ;; Set location of custom theme dir (setq custom-theme-directory (concat user-emacs-directory "themes"))