summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/email
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/snippets/text-mode/email3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/email b/emacs.d/snippets/text-mode/email
new file mode 100644
index 0000000..1ac7f94
--- /dev/null
+++ b/emacs.d/snippets/text-mode/email
@@ -0,0 +1,3 @@
+#name : (user's email)
+# --
+`(replace-regexp-in-string "@" "@NOSPAM." user-mail-address)` \ No newline at end of file