From 696c985a6c5d96807d03e4c472e4d840d1349e1c Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 5 Feb 2015 23:20:14 -0500 Subject: [PATCH] Add dash to bootstrap packages --- core/core-spacemacs-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-spacemacs-mode.el b/core/core-spacemacs-mode.el index 9f214bc98..57b765897 100644 --- a/core/core-spacemacs-mode.el +++ b/core/core-spacemacs-mode.el @@ -96,6 +96,8 @@ (car dotspacemacs-default-font))) ;; banner (spacemacs//insert-banner) + ;; dash is required to prevent a package.el bug with f on 24.3.1 + (spacemacs/load-or-install-package 'dash t) ;; bind-key is required by use-package (spacemacs/load-or-install-package 'bind-key t) (spacemacs/load-or-install-package 'use-package t)