Add php-mode again but not to replace php-ts-mode.
This is only needed on org-mode for Syntax Highlighting.
This commit is contained in:
parent
7134c41dfc
commit
4752f03dfc
@ -14,6 +14,11 @@
|
||||
:mode "\\.php\\'"
|
||||
:ensure nil)
|
||||
|
||||
;; Requerido por org-mode para el Syntax Highlight
|
||||
(use-package php-mode
|
||||
:defer t
|
||||
:ensure t)
|
||||
|
||||
(use-package php-doc-block
|
||||
:after php-ts-mode
|
||||
:bind ("C-c d b" . php-doc-block)
|
||||
|
Loading…
Reference in New Issue
Block a user