summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
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