diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-30 13:40:32 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-30 13:40:32 +0200 |
| commit | e76078faff751634476e9811c9f7183b8b5258d1 (patch) | |
| tree | 1982e326424d4d1eec9e98ad3777ede0a58976d7 /home/config/dotfiles/spacemacs | |
| parent | 164a06bcb856b35b7234aeebcc753710aff442e7 (diff) | |
add request-deferred additional package
Diffstat (limited to 'home/config/dotfiles/spacemacs')
| -rw-r--r-- | home/config/dotfiles/spacemacs | 2 |
1 files changed, 1 insertions, 1 deletions
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 '() |
