From e148d19f5d03fef8523c0c6e79c880ce562cfddc Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sat, 31 Mar 2018 14:10:13 +0200 Subject: Upgrade php-mode --- .emacs.d/lisp/php-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.emacs.d/lisp/php-mode.el b/.emacs.d/lisp/php-mode.el index 64c58a7..40da74c 100644 --- a/.emacs.d/lisp/php-mode.el +++ b/.emacs.d/lisp/php-mode.el @@ -378,8 +378,9 @@ This variable can take one of the following symbol values: (const :tag "PSR-2" psr2)) :initialize 'custom-initialize-default) - -(defcustom php-mode-enable-project-coding-style t +;; Since this function has a bad influence on the environment of many users, +;; temporarily disable it +(defcustom php-mode-enable-project-coding-style nil "When set to true override php-mode-coding-style by php-project-coding-style. If you want to suppress styles from being overwritten by directory / file -- cgit v1.3