Skip to content

Commit

Permalink
Fix bootstrapping issue in Emacs 29 with seq
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 1, 2023
1 parent 49d4940 commit a108411
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
;; Allow users to provide an optional "init-preload-local.el"
(require 'init-preload-local nil t)

;; Work around an issue in Emacs 29 where this gets implicitly
;; reinstalled via the rg -> transient dependency chain, but fails to
;; reload cleanly, breaking first-time start-up
(require-package 'seq "2.24")

;; Load configs for specific features and modes
(require-package 'diminish)
(maybe-require-package 'scratch)
Expand Down

0 comments on commit a108411

Please sign in to comment.