From ba3d1639a5826be2f4609774d1db8ea451fa0ac9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 18 Apr 2019 17:10:18 -0700 Subject: [emacs] set my identity. --- emacs.d/custom/fcuny-settings.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit 1.4.1