aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-08-08 22:36:55 -0500
committerJesús <heckyel@hyperbola.info>2018-08-08 22:36:55 -0500
commit91192f6d72a342f6c6caf37318d4c225bdf96205 (patch)
tree88f4c4ed9f5e5ff04f298d8f77fc63aa89c20fa4
parent2feeeda7bab8ff818c630b15305aa64b59c962b6 (diff)
downloademacs-personal-91192f6d72a342f6c6caf37318d4c225bdf96205.tar.lz
emacs-personal-91192f6d72a342f6c6caf37318d4c225bdf96205.tar.xz
emacs-personal-91192f6d72a342f6c6caf37318d4c225bdf96205.zip
Added flycheck to php-mode
-rw-r--r--lisp/init-flycheck.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-flycheck.el b/lisp/init-flycheck.el
index a05a534..d7a7ac5 100644
--- a/lisp/init-flycheck.el
+++ b/lisp/init-flycheck.el
@@ -6,6 +6,7 @@
(add-hook 'html-mode-hook 'flycheck-mode)
(add-hook 'sh-mode-hook 'flycheck-mode)
(add-hook 'js-mode-hook 'flycheck-mode)
+(add-hook 'php-mode-hook 'flycheck-mode)
;; (add-hook 'after-init-hook 'global-flycheck-mode)
(provide 'init-flycheck)