Replace php-mode with php-ts-mode.

This is a huge improvement from the same author of the package.
This commit is contained in:
KJ
2024-07-02 11:55:47 -04:00
parent 4407141739
commit 30c890a155
5 changed files with 15 additions and 25 deletions

View File

@ -27,7 +27,7 @@
(global-set-key (kbd "C-x m") nil) ; Unbind mail on C-x m
(global-set-key (kbd "C-x mh") 'mhtml-mode)
(global-set-key (kbd "C-x mj") 'js-mode)
(global-set-key (kbd "C-x mp") 'php-mode)
(global-set-key (kbd "C-x mp") 'php-ts-mode)
(global-set-key (kbd "C-x mr") 'rust-mode)
(global-set-key (kbd "C-x mw") 'web-mode)