branch: elpa/git-commit commit b4c6744d0d56d7b4777a02d2aa61a3f3f8e016d4 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-section.el: Rearrange require forms 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. --- lisp/magit-section.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 524e2502a1..5aed2a54f7 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -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'