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