From 4f51b9b847a28241ed2770484885ee119a7615cf Mon Sep 17 00:00:00 2001 From: Christoph Paulik Date: Fri, 5 Jun 2015 01:59:40 +0200 Subject: [PATCH] latex layer: Fix latex post init flycheck hook - this also broke flycheck support in python --- contrib/!lang/latex/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/!lang/latex/packages.el b/contrib/!lang/latex/packages.el index a910b221b..01098e997 100644 --- a/contrib/!lang/latex/packages.el +++ b/contrib/!lang/latex/packages.el @@ -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 ()