Skip to content

Commit

Permalink
fix(early-init): load early-config instead of early-init
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 29, 2023
1 parent aca3d52 commit 295cf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion early-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
(push '(ns-transparent-titlebar . t) default-frame-alist))

;; Load the user early configuration files
(+load-user-configs 'early-init 'local/early-init)
(+load-user-configs 'early-config 'local/early-config)

;;; early-init.el ends here

0 comments on commit 295cf57

Please sign in to comment.