about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-09-25 12:28:57 -0500
committerCase Duckworth2021-09-25 12:28:57 -0500
commite70d19dc6ea0d42b2d75716146d23870b378a83d (patch)
tree3db58b9b9d3b131d234cd7f70828f3727907e1bd
parentAdd wgrep-setup (diff)
downloademacs-e70d19dc6ea0d42b2d75716146d23870b378a83d.tar.gz
emacs-e70d19dc6ea0d42b2d75716146d23870b378a83d.zip
Rot13 my email
taken from pkal.  Is this a good idea /now/, even though my email's already
been on there for ages? myeshhhhhhhh~~~~
-rw-r--r--early-init.el2
-rw-r--r--eshell.el2
-rw-r--r--gnus.el2
-rw-r--r--init.el4
-rw-r--r--lisp/acdw-compat.el2
-rw-r--r--lisp/acdw-erc.el2
-rw-r--r--lisp/acdw-eshell.el2
-rw-r--r--lisp/acdw-fonts.el2
-rw-r--r--lisp/acdw-modeline.el2
-rw-r--r--lisp/acdw-re.el2
-rw-r--r--lisp/acdw-reading.el2
-rw-r--r--lisp/acdw-setup.el2
-rw-r--r--lisp/acdw.el2
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 @@
1;;; early-init.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; early-init.el -*- lexical-binding: t; coding: utf-8-unix -*-
2;; Author: Case Duckworth <acdw@acdw.net> 2;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
3;; Created: Sometime during Covid-19, 2020 3;; Created: Sometime during Covid-19, 2020
4;; Keywords: configuration 4;; Keywords: configuration
5;; URL: https://tildegit.org/acdw/emacs 5;; 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 @@
2 2
3;; Copyright (C) 2021 Case Duckworth 3;; Copyright (C) 2021 Case Duckworth
4 4
5;; Author: Case Duckworth <acdw@acdw.net> 5;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
6;; Keywords: 6;; Keywords:
7 7
8;; This program is free software; you can redistribute it and/or modify 8;; 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 @@
1;;; gnus.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; gnus.el -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: Sometime during Covid-19, 2020 4;; Created: Sometime during Covid-19, 2020
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; 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 @@
1;;; init.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; init.el -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: Sometime during Covid-19, 2020 4;; Created: Sometime during Covid-19, 2020
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; URL: https://tildegit.org/acdw/emacs
@@ -79,7 +79,7 @@
79 (acdw/require-private) 79 (acdw/require-private)
80 80
81 (:option user-full-name "Case Duckworth" 81 (:option user-full-name "Case Duckworth"
82 user-mail-address "acdw@acdw.net") 82 user-mail-address (rot13-string "npqj@npqj.arg"))
83 83
84 (when-let ((default-directory 84 (when-let ((default-directory
85 (expand-file-name-exists-p "pkg/" user-emacs-directory))) 85 (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 @@
1;;; acdw-compat.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-compat.el -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: 2021-08-11 4;; Created: 2021-08-11
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; 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 @@
1;;; acdw-erc.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-erc.el -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: 24 May 2021 4;; Created: 24 May 2021
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; 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 @@
1;;; acdw-eshell.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-eshell.el -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Keywords: configuration 4;; Keywords: configuration
5;; URL: https://tildegit.org/acdw/emacs 5;; URL: https://tildegit.org/acdw/emacs
6 6
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 @@
1;;; acdw-fonts.el -- font setup -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-fonts.el -- font setup -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: Sometime during Covid-19, 2020 4;; Created: Sometime during Covid-19, 2020
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; 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 @@
1;;; acdw-modeline.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-modeline.el -*- lexical-binding: t; coding: utf-8-unix -*-
2;; Author: Case Duckworth <acdw@acdw.net> 2;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
3;; Created: Sometime during Covid-19, 2020 3;; Created: Sometime during Covid-19, 2020
4;; Keywords: configuration 4;; Keywords: configuration
5;; URL: https://tildegit.org/acdw/emacs 5;; 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 @@
1;;; acdw-re.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-re.el -*- lexical-binding: t; coding: utf-8-unix -*-
2;; Author: Case Duckworth <acdw@acdw.net> 2;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
3;; Created: 2021-04-29 3;; Created: 2021-04-29
4;; Keywords: configuration 4;; Keywords: configuration
5;; URL: https://tildegit.org/acdw/emacs 5;; 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 @@
1;;; acdw-reading.el --- minor mode for reading -*- lexical-binding: t -*- 1;;; acdw-reading.el --- minor mode for reading -*- lexical-binding: t -*-
2 2
3;; Copyright 2021 Case Duckworth <acdw@acdw.net> 3;; Copyright 2021 Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; This file is NOT part of GNU Emacs. 4;; This file is NOT part of GNU Emacs.
5 5
6;;; License: 6;;; 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 @@
1;;; acdw-setup.el -- my `setup' commands -*- lexical-binding: t -*- 1;;; acdw-setup.el -- my `setup' commands -*- lexical-binding: t -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4 4
5;; This file is NOT part of GNU Emacs. 5;; This file is NOT part of GNU Emacs.
6 6
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 @@
1;;; acdw.el --- miscellaneous -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw.el --- miscellaneous -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: Sometime during Covid-19, 2020 4;; Created: Sometime during Covid-19, 2020
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; URL: https://tildegit.org/acdw/emacs