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,8 @@
|
|||||||
;;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
;;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||||
|
|
||||||
|
(require 'seq)
|
||||||
|
|
||||||
|
|
||||||
(defvar doom-auto-accept (getenv "YES")
|
(defvar doom-auto-accept (getenv "YES")
|
||||||
"If non-nil, Doom will auto-accept any confirmation prompts during batch
|
"If non-nil, Doom will auto-accept any confirmation prompts during batch
|
||||||
commands like `doom-packages-install', `doom-packages-update' and
|
commands like `doom-packages-install', `doom-packages-update' and
|
||||||
|
Reference in New Issue
Block a user