diff options
| -rw-r--r-- | .emacs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
