mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Load seq in core-cli
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
;;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
;;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||||
|
|
||||||
|
(require 'seq)
|
||||||
|
|
||||||
;; Eagerly load these libraries because we may be in a session that
|
;; Eagerly load these libraries because we may be in a session that
|
||||||
;; hasn't been fully initialized (e.g. where autoloads files haven't
|
;; hasn't been fully initialized (e.g. where autoloads files haven't
|
||||||
;; been generated or `load-path' populated).
|
;; been generated or `load-path' populated).
|
||||||
|
Reference in New Issue
Block a user