Fix syntax error in packages.el
This commit is contained in:
parent
757a347528
commit
f205c26052
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue