diff options
Diffstat (limited to 'emacs.d/custom')
-rw-r--r-- | emacs.d/custom/fcuny-settings.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-settings.el b/emacs.d/custom/fcuny-settings.el index 4bdb447..db692d5 100644 --- a/emacs.d/custom/fcuny-settings.el +++ b/emacs.d/custom/fcuny-settings.el @@ -33,4 +33,7 @@ '(inhibit-startup-message t) '(inhibit-startup-echo-area-message t)) +(setq user-full-name "franck cuny" + user-mail-address "franck.cuny@gmail.com") + (provide 'fcuny-settings) |