diff options
author | JSDurand <mmemmew@gmail.com> | 2022-11-15 19:44:59 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-11-15 19:44:59 +0800 |
commit | 6a64da5121eb6cfdd5bf8ae5c1df235514e9c44b (patch) | |
tree | 8b8303d3a79b659a8c8b8eededbb4a2ea4f935b9 | |
parent | 20a7c878922305e4fa676041b0e80048d00ce80e (diff) |
mail: fix user name
* mail.el (user-full-name): Fix the user full name.
-rw-r--r-- | mail.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ ;;;; Setting my mail address +(setq user-full-name "Jean Sévère Durand") (setq user-mail-address "durand@jsdurand.xyz") ;;;; Confirm to send |