diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-04-18 17:10:18 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-04-18 17:10:18 -0700 |
commit | ba3d1639a5826be2f4609774d1db8ea451fa0ac9 (patch) | |
tree | 60f4728b38abc6327784c4028fdb3f9377e1b784 | |
parent | [emacs] Ignore some files with dired. (diff) | |
download | emacs.d-ba3d1639a5826be2f4609774d1db8ea451fa0ac9.tar.gz |
[emacs] set my identity.
Diffstat (limited to '')
-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) |