Skip to content

Commit

Permalink
tweak(core): move backports to a separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 29, 2023
1 parent c5d39f9 commit 1f24de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
;; stage to provide its functionality to the rest of the modules so we can use
;; some new features when configuring them.
(when (< emacs-major-version 29)
(+load minemacs-core-dir "me-backports-29.el"))
(mapc (apply-partially #'+load minemacs-core-dir)
(directory-files (concat minemacs-core-dir "backports") nil "\\.el$")))

(setq
;; Enable debugging on error when Emacs is launched with the "--debug-init"
Expand Down

0 comments on commit 1f24de5

Please sign in to comment.