EMACS: removed annoying mumamo warning in php-mode

This commit is contained in:
Tom Willemsen 2011-04-26 09:46:57 +02:00
parent 78d90e80dd
commit 2f17b5e6bc

View file

@ -0,0 +1,3 @@
(add-hook 'php-mode-hook
(lambda ()
(setq php-warn-if-mumamo-off nil)))