feat(php): add rainbow-delimiter-mode
This commit is contained in:
parent
8f5ce2a9de
commit
bfa55ba34c
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
(use-package! php-mode
|
(use-package! php-mode
|
||||||
:mode "\\.inc\\'"
|
:mode "\\.inc\\'"
|
||||||
|
:hook (php-mode . rainbow-delimiters-mode)
|
||||||
:config
|
:config
|
||||||
;; Disable HTML compatibility in php-mode. `web-mode' has superior support for
|
;; Disable HTML compatibility in php-mode. `web-mode' has superior support for
|
||||||
;; php+html. Use the .phtml extension instead.
|
;; php+html. Use the .phtml extension instead.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue