From ffc6ce501d748c677d01f19ceec71e0d512d7af4 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 25 Jul 2023 18:25:40 +0800 Subject: [PATCH] emacs: update config --- emacs/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/config.el b/emacs/config.el index 2d3e58b..c53736a 100644 --- a/emacs/config.el +++ b/emacs/config.el @@ -3,9 +3,9 @@ ;; Place your private configuration here! Remember, you do not need to run 'doom ;; sync' after modifying this file! (setq user-full-name "Gabriel Arazas" - user-mail-address "foo.dogsquared@gmail.com") + user-mail-address "foodogsquared@foodogsquared.one") -(setq doom-font (font-spec :family "Iosevka" :size 16)) +(setq doom-font (font-spec :family "Iosevka" :size 18)) (setq doom-theme 'doom-material-dark)