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 5ce33ca commit cb8aa16Copy full SHA for cb8aa16
php-align.el
@@ -105,8 +105,8 @@
105
;;;###autoload
106
(defun php-align-setup ()
107
"Setup alignment configuration for PHP code."
108
- (set (make-local-variable 'align-mode-rules-list) php-align-rules-list)
109
- (set (make-local-variable 'align-region-separate) php-align-region-separate)
+ (setq-local align-mode-rules-list php-align-rules-list)
+ (setq-local align-region-separate php-align-region-separate)
110
(add-to-list 'align-open-comment-modes 'php-mode)
111
(add-to-list 'align-dq-string-modes 'php-mode)
112
(add-to-list 'align-sq-string-modes 'php-mode))
0 commit comments