From 6a41c38df05f16b07c085014a7e7ec62fa5e8a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sat, 28 Aug 2021 19:30:28 +0200 Subject: [PATCH] add not for php mode about also including web-mode section --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 38e72d5..af6c7cd 100644 --- a/init.el +++ b/init.el @@ -839,6 +839,9 @@ inserted between the braces between the braces." ;;; ### PHP ### +;;; For fully functional PHP support apart from below code +;;; block you also need the content of [web-mode section] below. + (use-package php-mode :defer)