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 e8ebe4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ minemacs-lazy' can be loaded."

(unless minemacs-builtin-only-p
(require 'me-bootstrap)
(require 'compat) ; Needed by other packages
(mapc #'+load (mapcar (apply-partially #'format "%s%s.el" minemacs-modules-dir) minemacs-modules)))

(run-hooks 'minemacs-after-loading-modules-hook)
Expand Down

0 comments on commit e8ebe4e

Please sign in to comment.