Skip to content

Commit

Permalink
require subr-x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Chunye committed Dec 27, 2020
1 parent 7ec267f commit cfa9f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; threshold to temporarily prevent it from running, then reset it later by
;; enabling `gcmh-mode'. Not resetting it will cause stuttering/freezes.
(setq gc-cons-threshold most-positive-fixnum)

(require 'subr-x) ;; (string-strim) etc
(eval-when-compile
;; no-load-path.el must be found in `load-path`. Fortunately this is
;; only needed at compile time.
Expand Down

0 comments on commit cfa9f00

Please sign in to comment.