From e70d19dc6ea0d42b2d75716146d23870b378a83d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 25 Sep 2021 12:28:57 -0500 Subject: Rot13 my email taken from pkal. Is this a good idea /now/, even though my email's already been on there for ages? myeshhhhhhhh~~~~ --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 30bcd97..5e20566 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,6 @@ ;;; init.el -*- lexical-binding: t; coding: utf-8-unix -*- -;; Author: Case Duckworth +;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")> ;; Created: Sometime during Covid-19, 2020 ;; Keywords: configuration ;; URL: https://tildegit.org/acdw/emacs @@ -79,7 +79,7 @@ (acdw/require-private) (:option user-full-name "Case Duckworth" - user-mail-address "acdw@acdw.net") + user-mail-address (rot13-string "npqj@npqj.arg")) (when-let ((default-directory (expand-file-name-exists-p "pkg/" user-emacs-directory))) -- cgit 1.4.1-21-gabe81