summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-09 09:18:35 -0500
committerCase Duckworth2021-10-09 09:18:35 -0500
commit57b61b9686ededf17a7839f51fe6cc1a18448112 (patch)
treef199f6a2a8ae1c1d4b33c3bffbb8543596742b15 /init.el
parentAdd `circe-current-topic' and make topsy.el use it (diff)
downloademacs-57b61b9686ededf17a7839f51fe6cc1a18448112.tar.gz
emacs-57b61b9686ededf17a7839f51fe6cc1a18448112.zip
Move private.el loading into early-init.el
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index c68ea1e..0866b9c 100644 --- a/init.el +++ b/init.el
@@ -87,7 +87,6 @@
87 (:also-load acdw-compat 87 (:also-load acdw-compat
88 acdw-lisp 88 acdw-lisp
89 acdw-reading) 89 acdw-reading)
90 (require 'acdw-private (acdw/sync-dir "private.el") :noerror)
91 90
92 (:option user-full-name "Case Duckworth" 91 (:option user-full-name "Case Duckworth"
93 user-mail-address (rot13-string "npqj@npqj.arg")) 92 user-mail-address (rot13-string "npqj@npqj.arg"))