summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-04-18 17:10:18 -0700
committerFranck Cuny <fcuny@twitter.com>2019-04-18 17:10:18 -0700
commitba3d1639a5826be2f4609774d1db8ea451fa0ac9 (patch)
tree60f4728b38abc6327784c4028fdb3f9377e1b784
parent[emacs] Ignore some files with dired. (diff)
downloademacs.d-ba3d1639a5826be2f4609774d1db8ea451fa0ac9.tar.gz
[emacs] set my identity.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-settings.el3
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)