summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-23 07:44:57 +0200
committerThanos Apollo <[email protected]>2023-03-23 07:44:57 +0200
commit8a85f0b234d66fee8e7e9b5dab45785d54411c97 (patch)
tree6fa9dab874d16dfbbd54bdf9b2c726ed8dcf5d38 /.emacs.d
parent2c767ad56bc32d9a7cdc54db76c9827b2cf8b593 (diff)
emacs: Style
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el5
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))