From b89a71abadff2bb0af420c5a08951acb62e86ee2 Mon Sep 17 00:00:00 2001 From: kj Date: Thu, 4 Jun 2026 10:30:51 -0300 Subject: [PATCH] style(php): disable C-c C-f binding in php-mode --- configs/lang-php.el | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/lang-php.el b/configs/lang-php.el index dfbe753..90bd7bb 100644 --- a/configs/lang-php.el +++ b/configs/lang-php.el @@ -15,6 +15,7 @@ (use-package php-mode :bind (:map php-mode-map + ("C-c C-f" . nil) ("C-." . nil))) (use-package php-doc-block