summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-01-26 14:22:56 +0100
committerCharles Roelli <charles@aurox.ch>2026-01-26 14:22:56 +0100
commitb04982cfe6a6dd379341c3bc5795afbc7a64151c (patch)
tree350c7a3e0ac4418dd3154abeaee143fdcc12217e
parentd002a2f142550b1e69fe12538be1bf4e33f6ee42 (diff)
Set user-full-name, user-mail-address variables
-rw-r--r--.emacs4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 57433bb..ce3f676 100644
--- a/.emacs
+++ b/.emacs
@@ -10,7 +10,9 @@
'(("thulcandra.adnoto.dev" :nick "charlesroelli" :port 6697 :user-name
"charlesroelli/irc.libera.chat@laptop" :full-name
"Charles Roelli" :encryption tls)))
- '(savehist-mode t))
+ '(savehist-mode t)
+ '(user-full-name "Charles Roelli")
+ '(user-mail-address "charles@aurox.ch"))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.