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