about 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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 6467bd9..4eb5e3f 100644 --- a/init.el +++ b/init.el
@@ -85,7 +85,7 @@
85 (:also-load acdw-compat 85 (:also-load acdw-compat
86 acdw-lisp 86 acdw-lisp
87 acdw-reading) 87 acdw-reading)
88 (acdw/require-private) 88 (require 'acdw-private (acdw/sync-dir "private.el") :noerror)
89 89
90 (:option user-full-name "Case Duckworth" 90 (:option user-full-name "Case Duckworth"
91 user-mail-address (rot13-string "npqj@npqj.arg")) 91 user-mail-address (rot13-string "npqj@npqj.arg"))