Skip to content

Commit

Permalink
fix(init): require compat, fixes issues on Emacs 29
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 11, 2024
1 parent f6ca225 commit 44d8c26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ minemacs-lazy' can be loaded."
(require 'me-builtin)
(require 'me-use-package-extra)

(require 'compat) ; Needed by other packages

(unless minemacs-builtin-only-p
(require 'me-bootstrap)
(mapc #'+load (mapcar (apply-partially #'format "%s%s.el" minemacs-modules-dir) minemacs-modules)))
Expand Down

0 comments on commit 44d8c26

Please sign in to comment.