We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada209e commit 12b102bCopy full SHA for 12b102b
php-mode.el
@@ -1160,6 +1160,9 @@ After setting the stylevars run hooks according to STYLENAME
1160
(message "minor-modes: %s" (cl-remove-if
1161
(lambda (s) (string-match-p "global" (symbol-name s)))
1162
minor-mode-list))
1163
+ (message "variables: %s"
1164
+ (cl-loop for v in '(tab-width)
1165
+ collect (list v (symbol-value v))))
1166
(message "custom variables: %s"
1167
(cl-loop for (v type) in (custom-group-members 'php nil)
1168
if (eq type 'custom-variable)
0 commit comments