latex layer: Fix latex post init flycheck hook

- this also broke flycheck support in python
This commit is contained in:
Christoph Paulik 2015-06-05 01:59:40 +02:00 committed by syl20bnr
parent 6fc367ff52
commit 4f51b9b847

View file

@ -100,7 +100,7 @@
(defun latex/post-init-evil-matchit ()
(add-hook 'LaTeX-mode-hook 'evil-matchit-mode))
(defun python/post-init-flycheck ()
(defun latex/post-init-flycheck ()
(add-hook 'LaTeX-mode-hook 'flycheck-mode))
(defun latex/post-init-flyspell ()