diff options
-rw-r--r-- | _spacemacs.d/init.el | 6 |
1 files changed, 5 insertions, 1 deletions
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. |