summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
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)))