diff options
author | Thanos Apollo <[email protected]> | 2023-03-23 07:44:57 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-23 07:44:57 +0200 |
commit | 8a85f0b234d66fee8e7e9b5dab45785d54411c97 (patch) | |
tree | 6fa9dab874d16dfbbd54bdf9b2c726ed8dcf5d38 /.emacs.d/init.el | |
parent | 2c767ad56bc32d9a7cdc54db76c9827b2cf8b593 (diff) |
emacs: Style
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)) |