Ensure always run php-ts-mode an not php-mode.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user