diff --git a/init.el b/init.el index 7fd72c4..a4c9c68 100644 --- a/init.el +++ b/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)