diff options
author | 2021-05-15 20:46:15 -0400 | |
---|---|---|
committer | 2021-05-15 20:46:15 -0400 | |
commit | 5efecfcdab8520f5da50ddf14b7e6de2b4155d51 (patch) | |
tree | 97acdec9468948a26f3ad01175ca0373e5176dd7 /.emacs.d/init.el | |
parent | 87631bd0d3f07978e5a27345f3a018920ab70dd4 (diff) | |
download | configs-5efecfcdab8520f5da50ddf14b7e6de2b4155d51.tar.gz configs-5efecfcdab8520f5da50ddf14b7e6de2b4155d51.tar.xz configs-5efecfcdab8520f5da50ddf14b7e6de2b4155d51.zip |
various small email-related tweaks
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0ae6f40..8510489 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -99,7 +99,7 @@ ;;; whoami -(setq user-full-name "Amin Bandali" +(setq ;; user-full-name "bandali" user-mail-address "bandali@gnu.org") |