]> git.eshelyaron.com Git - emacs.git/commitdiff
Preload seq
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 24 Jun 2022 09:02:14 +0000 (11:02 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 24 Jun 2022 09:04:51 +0000 (11:04 +0200)
* lisp/loadup.el ("emacs-lisp/seq"): Preload seq since it's now
almost impossible to do anything in Emacs that doesn't result in
seq being loaded -- for instance, visiting a .txt file or an .el
file, so this will speed up Emacs usage for basically everybody.

lisp/loadup.el

index f076b8b289742a5e2cd5cb8039afb730cd8d3962..1d834da5b285094e9814346f0ba3bea268e02685 100644 (file)
   ;; A particularly demanding file to load; 1600 does not seem to be enough.
   (load "emacs-lisp/cl-generic"))
 (load "simple")
+(load "emacs-lisp/seq")
 (load "emacs-lisp/nadvice")
 (load "minibuffer") ;Needs cl-generic (and define-minor-mode).
 (load "frame")