Ensure always run php-ts-mode an not php-mode.

This commit is contained in:
KJ 2024-09-08 14:12:46 -04:00
parent da816f098a
commit 8f0334c51b
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
;; Requerido por org-mode para el Syntax Highlight
(use-package php-mode
:defer t
:hook (php-mode . php-ts-mode)
:ensure t)
(use-package php-doc-block