From 8a85f0b234d66fee8e7e9b5dab45785d54411c97 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 23 Mar 2023 07:44:57 +0200 Subject: emacs: Style --- .emacs.d/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.emacs.d') 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 "public@thanosapollo.com") +(setq user-full-name "Thanos Apollo" + user-mail-address "public@thanosapollo.com") + (setq copyright-names-regexp (format "%s <%s>" user-full-name user-mail-address)) -- cgit v1.2.3