EMACS: removed annoying mumamo warning in php-mode
This commit is contained in:
parent
78d90e80dd
commit
2f17b5e6bc
1 changed files with 3 additions and 0 deletions
3
emacs.d/20-php-mode-improved.el
Normal file
3
emacs.d/20-php-mode-improved.el
Normal file
|
@ -0,0 +1,3 @@
|
|||
(add-hook 'php-mode-hook
|
||||
(lambda ()
|
||||
(setq php-warn-if-mumamo-off nil)))
|
Loading…
Reference in a new issue