diff options
author | Jesús <heckyel@hyperbola.info> | 2018-08-08 22:36:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-08-08 22:36:55 -0500 |
commit | 91192f6d72a342f6c6caf37318d4c225bdf96205 (patch) | |
tree | 88f4c4ed9f5e5ff04f298d8f77fc63aa89c20fa4 | |
parent | 2feeeda7bab8ff818c630b15305aa64b59c962b6 (diff) | |
download | emacs-personal-91192f6d72a342f6c6caf37318d4c225bdf96205.tar.lz emacs-personal-91192f6d72a342f6c6caf37318d4c225bdf96205.tar.xz emacs-personal-91192f6d72a342f6c6caf37318d4c225bdf96205.zip |
Added flycheck to php-mode
-rw-r--r-- | lisp/init-flycheck.el | 1 |
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) |