Fix JuliaFont on mac

This commit is contained in:
2022-12-02 13:42:42 -05:00
parent 78ae2dd2ab
commit 68c7cb2ba5

View File

@@ -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"))