From 4bb7b9e17ae407f69867a9086a0d6edb83bf6005 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Mon, 6 Jun 2022 11:33:09 -0700 Subject: emacs: set default font --- .emacs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index c46b397..e82c972 100644 --- a/.emacs +++ b/.emacs @@ -2,6 +2,9 @@ (load-file "~/.emacs.local.d/config.el") (load-file "~/.emacs.local.d/general.el") +(load-file "~/.emacs.local.d/modes/fonts.el") +(load-file "~/.emacs.local.d/modes/themes.el") + ;; Modes (load-file "~/.emacs.local.d/modes/auto-fill.el") (load-file "~/.emacs.local.d/modes/doom-modeline.el") @@ -23,6 +26,4 @@ (load-file "~/.emacs.local.d/modes/tabbar.el") (load-file "~/.emacs.local.d/modes/writeroom.el") -(load-file "~/.emacs.local.d/modes/themes.el") - (provide '.emacs) -- cgit v1.2.3