Fix syntax error in packages.el

This commit is contained in:
syl20bnr 2014-09-06 05:02:06 -04:00
parent 757a347528
commit f205c26052

View file

@ -741,7 +741,7 @@ which require an initialization must be listed explicitly in the list."
(use-package flycheck-color-mode-line (use-package flycheck-color-mode-line
:defer t :defer t
:init :init
(add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode)))) (add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode)))
(defun spacemacs/init-flycheck-ledger () (defun spacemacs/init-flycheck-ledger ()
(eval-after-load 'flycheck (eval-after-load 'flycheck