Skip to content

Commit

Permalink
Load subr-x when compiling (#302)
Browse files Browse the repository at this point in the history
`when-let` depends on this.
  • Loading branch information
10sr authored May 7, 2023
1 parent ed3defa commit 9a3569a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editorconfig.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

(eval-when-compile
(require 'rx)
(require 'subr-x)
(defvar tex-indent-basic)
(defvar tex-indent-item)
(defvar tex-indent-arg)
Expand Down

0 comments on commit 9a3569a

Please sign in to comment.