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~~~~ --- early-init.el | 2 +- eshell.el | 2 +- gnus.el | 2 +- init.el | 4 ++-- lisp/acdw-compat.el | 2 +- lisp/acdw-erc.el | 2 +- lisp/acdw-eshell.el | 2 +- lisp/acdw-fonts.el | 2 +- lisp/acdw-modeline.el | 2 +- lisp/acdw-re.el | 2 +- lisp/acdw-reading.el | 2 +- lisp/acdw-setup.el | 2 +- lisp/acdw.el | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/early-init.el b/early-init.el index eeb5e57..9e410b1 100644 --- a/early-init.el +++ b/early-init.el @@ -1,5 +1,5 @@ ;;; early-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 diff --git a/eshell.el b/eshell.el index dc96b8e..05f90bc 100644 --- a/eshell.el +++ b/eshell.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2021 Case Duckworth -;; Author: Case Duckworth +;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")> ;; Keywords: ;; This program is free software; you can redistribute it and/or modify diff --git a/gnus.el b/gnus.el index 4a38733..7a2cdc7 100644 --- a/gnus.el +++ b/gnus.el @@ -1,6 +1,6 @@ ;;; gnus.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 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))) diff --git a/lisp/acdw-compat.el b/lisp/acdw-compat.el index 353a1f1..3221191 100644 --- a/lisp/acdw-compat.el +++ b/lisp/acdw-compat.el @@ -1,6 +1,6 @@ ;;; acdw-compat.el -*- lexical-binding: t; coding: utf-8-unix -*- -;; Author: Case Duckworth +;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")> ;; Created: 2021-08-11 ;; Keywords: configuration ;; URL: https://tildegit.org/acdw/emacs diff --git a/lisp/acdw-erc.el b/lisp/acdw-erc.el index dd8525d..beea24b 100644 --- a/lisp/acdw-erc.el +++ b/lisp/acdw-erc.el @@ -1,6 +1,6 @@ ;;; acdw-erc.el -*- lexical-binding: t; coding: utf-8-unix -*- -;; Author: Case Duckworth +;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")> ;; Created: 24 May 2021 ;; Keywords: configuration ;; URL: https://tildegit.org/acdw/emacs diff --git a/lisp/acdw-eshell.el b/lisp/acdw-eshell.el index fa27299..eedcc8b 100644 --- a/lisp/acdw-eshell.el +++ b/lisp/acdw-eshell.el @@ -1,6 +1,6 @@ ;;; acdw-eshell.el -*- lexical-binding: t; coding: utf-8-unix -*- -;; Author: Case Duckworth +;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")> ;; Keywords: configuration ;; URL: https://tildegit.org/acdw/emacs diff --git a/lisp/acdw-fonts.el b/lisp/acdw-fonts.el index 1b73af7..0fce172 100644 --- a/lisp/acdw-fonts.el +++ b/lisp/acdw-fonts.el @@ -1,6 +1,6 @@ ;;; acdw-fonts.el -- font setup -*- 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 diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el index 6e5afb8..3836c81 100644 --- a/lisp/acdw-modeline.el +++ b/lisp/acdw-modeline.el @@ -1,5 +1,5 @@ ;;; acdw-modeline.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 diff --git a/lisp/acdw-re.el b/lisp/acdw-re.el index f7df241..db46af1 100644 --- a/lisp/acdw-re.el +++ b/lisp/acdw-re.el @@ -1,5 +1,5 @@ ;;; acdw-re.el -*- lexical-binding: t; coding: utf-8-unix -*- -;; Author: Case Duckworth +;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")> ;; Created: 2021-04-29 ;; Keywords: configuration ;; URL: https://tildegit.org/acdw/emacs diff --git a/lisp/acdw-reading.el b/lisp/acdw-reading.el index e21cff9..26ee5e8 100644 --- a/lisp/acdw-reading.el +++ b/lisp/acdw-reading.el @@ -1,6 +1,6 @@ ;;; acdw-reading.el --- minor mode for reading -*- lexical-binding: t -*- -;; Copyright 2021 Case Duckworth +;; Copyright 2021 Case Duckworth <(rot13-string "npqj@npqj.arg")> ;; This file is NOT part of GNU Emacs. ;;; License: diff --git a/lisp/acdw-setup.el b/lisp/acdw-setup.el index 10a2b52..cd3807d 100644 --- a/lisp/acdw-setup.el +++ b/lisp/acdw-setup.el @@ -1,6 +1,6 @@ ;;; acdw-setup.el -- my `setup' commands -*- lexical-binding: t -*- -;; Author: Case Duckworth +;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")> ;; This file is NOT part of GNU Emacs. diff --git a/lisp/acdw.el b/lisp/acdw.el index b146f58..4043134 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el @@ -1,6 +1,6 @@ ;;; acdw.el --- miscellaneous -*- 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 -- cgit 1.4.1-21-gabe81