Skip to content

Commit

Permalink
magit-section.el: Rearrange require forms
Browse files Browse the repository at this point in the history
The intention is to use the exact same block of require forms
for essential libraries as used in other magit libraries.
Other require forms for other built-in libraries are supposed
follow in a second block.
  • Loading branch information
tarsius committed Sep 22, 2023
1 parent 75d2d81 commit b4c6744
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lisp/magit-section.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@

(require 'cl-lib)
(require 'compat)
(require 'cursor-sensor)
(require 'dash)
(require 'eieio)
(require 'format-spec)
(require 'seq)
(require 'subr-x)

(require 'cursor-sensor)
(require 'format-spec)

(eval-when-compile (require 'benchmark))

;; For `magit-section-get-relative-position'
Expand Down

0 comments on commit b4c6744

Please sign in to comment.