spacemacs layer: temporarily exclude hl-anything

This commit is contained in:
syl20bnr 2015-08-04 21:19:24 -04:00
parent 2728ad8820
commit 4224702405

View file

@ -109,7 +109,11 @@
winner
))
(setq spacemacs-excluded-packages '())
(setq spacemacs-excluded-packages
'(;; waiting for an overlay bug to be fixed
;; see https://github.com/syl20bnr/spacemacs/issues/2529
hl-anything
))
;; Paradox from MELPA is not compatible with 24.3 anymore
(unless (version< emacs-version "24.4")