This commit is contained in:
Yisroel Baum 2025-11-02 12:40:41 +02:00
parent 98050b8b2e
commit 8187b9655a
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -85,7 +85,7 @@
(php-mode . (lambda ()
(setq-local phpactor-executable
(executable-find "phpactor"))))
(php-mode . my/php-mode-face-setup)) ;; Add custom face hook
(php-mode . my/php-mode-face-setup))
:mode ("\\.php\\'")
:config
(defun my/php-mode-face-setup ()
@ -95,7 +95,6 @@
(use-package phpactor
:after php-mode)
(use-package smartparens
:config (require 'smartparens-config)
:init (smartparens-global-mode))