From e76078faff751634476e9811c9f7183b8b5258d1 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 30 Aug 2021 13:40:32 +0200 Subject: add request-deferred additional package --- home/config/dotfiles/spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/config/dotfiles/spacemacs b/home/config/dotfiles/spacemacs index 6272ee8..aa18f72 100644 --- a/home/config/dotfiles/spacemacs +++ b/home/config/dotfiles/spacemacs @@ -79,7 +79,7 @@ This function should only modify configuration layer settings." ;; `dotspacemacs/user-config'. To use a local version of a package, use the ;; `:location' property: '(your-package :location "~/path/to/your-package/") ;; Also include the dependencies as they will not be resolved automatically. - dotspacemacs-additional-packages '() + dotspacemacs-additional-packages '(request-deferred) ;; A list of packages that cannot be updated. dotspacemacs-frozen-packages '() -- cgit v1.2.3