Add PHP mode to Emacs

This commit is contained in:
2025-02-20 14:53:17 -08:00
parent db49375f55
commit a1793a4c52

View File

@@ -889,6 +889,9 @@
:ensure t
:hook emacs-lisp-mode))
;;;; PHP
(use-package php-mode
:ensure t)
;;; Eshell
;;;; Eshell
(use-package eshell