diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-02 00:09:56 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-02 00:09:56 +0530 |
commit | 930547120822b59d6d7ceb42c9a570f06e4f6232 (patch) | |
tree | c6aa6fec64ce9ee0d3fce68fe0d68efeb2030bf0 /.doom.d/config.el | |
parent | 3b7b3eb9f8eea54de270a51c1828c604b28fa6f1 (diff) |
configured splash screen
Diffstat (limited to '.doom.d/config.el')
-rw-r--r-- | .doom.d/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index 3981ff9..05c83ae 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -7,7 +7,7 @@ ;; Some functionality uses this to identify you, e.g. GPG configuration, email ;; clients, file templates and snippets. (setq user-full-name "Vidhu Kant Sharma" - user-mail-address "vidhukant@vidhukant.xyz") + user-mail-address "vidhukant@vidhukant.com") ;; Doom exposes five (optional) variables for controlling fonts in Doom. Here ;; are the three important ones: |