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.
2 parents 161449b + 17a813c commit e209c57Copy full SHA for e209c57
php-mode.el
@@ -422,11 +422,8 @@ local variables, set NIL."
422
;;
423
;; https://www.gnu.org/software/emacs/manual/html_node/ccmode/Subword-Movement.html
424
425
- ;; for more information about Submode Word.
426
- (if (boundp 'subword-mode)
427
- (if subword-mode
428
- (subword-mode nil)
429
- (subword-mode t)))
+ ;; for more information about Subword mode.
+ (define-key map (kbd "C-c C-w") 'subword-mode)
430
431
;; We inherit c-beginning-of-defun and c-end-of-defun from CC Mode
432
;; but we have two replacement functions specifically for PHP. We
0 commit comments