diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fac2904..32b46c1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -8,8 +8,9 @@ (add-to-list 'geiser-guile-load-path "~/dotfiles/.config/guix")) ;; Personal Information -(setq user-full-name "Thanos Apollo") -(setq user-mail-address "[email protected]") +(setq user-full-name "Thanos Apollo" + user-mail-address "[email protected]") + (setq copyright-names-regexp (format "%s <%s>" user-full-name user-mail-address)) |