Skip to content

Commit

Permalink
fix: Require subr-x for older Emacs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Apr 28, 2022
1 parent 7cd15e7 commit af40c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tomelr.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
;;; Code:

(require 'map)
(require 'subr-x) ;For `string-trim' on Emacs versions 27.2 and older


;;; Variables
Expand Down

0 comments on commit af40c0b

Please sign in to comment.