diff --git a/configs/lang-php.el b/configs/lang-php.el index 61ce2c1..dd24981 100644 --- a/configs/lang-php.el +++ b/configs/lang-php.el @@ -44,7 +44,7 @@ ("return_assignment" . t) ("trailing_comma_in_multiline" . t))))) (php-cs-fixer-rules-fixer-part-options '()) - :hook (before-save . php-cs-fixer-before-save) + ;; :hook (before-save . php-cs-fixer-before-save) ) (provide 'lang-php)