summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-20 17:31:13 -0500
committerCase Duckworth2021-10-20 17:31:13 -0500
commit0d311d36b9d5f430324d919ac097f2364588a432 (patch)
treea2e71547fac3fdeab473ca4083547b8b1dc26ed2 /early-init.el
parentMove most of acdw-irc to acdw-circe (diff)
downloademacs-0d311d36b9d5f430324d919ac097f2364588a432.tar.gz
emacs-0d311d36b9d5f430324d919ac097f2364588a432.zip
blayfduoisaudfoiasdupjfoiu
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 5f77c82..43dc045 100644 --- a/early-init.el +++ b/early-init.el
@@ -182,6 +182,6 @@ say, `tool-bar-mode' once to toggle the tool bar back on."
182(setup (:straight el-patch)) 182(setup (:straight el-patch))
183 183
184;; My private variables and stuff 184;; My private variables and stuff
185 (require 'acdw-private (acdw/sync-dir "private.el") :noerror) 185(require 'private (acdw/sync-dir "private") :noerror)
186 186
187;;; early-init.el ends here 187;;; early-init.el ends here