Fix JuliaFont on mac
This commit is contained in:
6
init.el
6
init.el
@@ -32,10 +32,10 @@
|
|||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
|
|
||||||
;; Set custom font to Julia-Mono
|
;; Set custom font to Julia-Mono
|
||||||
(set-face-attribute 'default t
|
(custom-set-faces
|
||||||
:family "JuliaMono"
|
'(default ((t (:family "JuliaMono"
|
||||||
:height 150
|
:height 150
|
||||||
:weight 'normal)
|
:weight 'normal)))))
|
||||||
|
|
||||||
;; Set location of custom theme dir
|
;; Set location of custom theme dir
|
||||||
(setq custom-theme-directory (concat user-emacs-directory "themes"))
|
(setq custom-theme-directory (concat user-emacs-directory "themes"))
|
||||||
|
|||||||
Reference in New Issue
Block a user