Update Font to JuliaMono

This commit is contained in:
2022-12-02 12:44:21 -05:00
parent b0d9318138
commit 4a38e1b8cb

View File

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