diff --git a/configs/lang-php.el b/configs/lang-php.el index 5212153..991ef39 100644 --- a/configs/lang-php.el +++ b/configs/lang-php.el @@ -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)