Fix JuliaFont on mac

This commit is contained in:
2022-12-02 13:42:42 -05:00
parent 8a7bde8bb0
commit 0f7dfd76ca

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