From fd64d068d2dc7222466ebc3b317774184d54ba6e Mon Sep 17 00:00:00 2001
From: Aaron LI <aly@aaronly.me>
Date: Sun, 15 Oct 2017 19:32:58 +0800
Subject: spacemacs: Force install 'evil-leader' package

XXX: for unknown reason, spacemacs suddenly regard 'evil-leader' package as an
orphan and delete it on startup!
---
 _spacemacs.d/init.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el
index 8ee388c..ef7765b 100644
--- a/_spacemacs.d/init.el
+++ b/_spacemacs.d/init.el
@@ -126,7 +126,11 @@
    ;; wrapped in a layer.  If you need some configuration for these
    ;; packages, then consider creating a layer.  You can also put the
    ;; configuration in `dotspacemacs/user-config'.
-   dotspacemacs-additional-packages '()
+   dotspacemacs-additional-packages
+   '(
+     ;; XXX: spacemacs regard `evil-leader' as orphan package, unknown!
+     evil-leader
+     )
    ;; A list of packages that cannot be updated.
    dotspacemacs-frozen-packages '()
    ;; List of packages that will not be installed or loaded.
-- 
cgit v1.2.2