Fix JuliaFont on mac
This commit is contained in:
8
init.el
8
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"))
|
||||
|
||||
Reference in New Issue
Block a user