From c124cb60e70ab0c0eb15d3e06e846d5019155506 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 10 Jan 2021 21:37:16 -0600 Subject: Add PHP mode --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f2e948c..9450ea5 100644 --- a/README.md +++ b/README.md @@ -397,16 +397,13 @@ helper function, though, to add things to the whitelist. (run-at-time (nth 1 (split-string (sunrise-sunset))) (* 60 60 24) (lambda () - (sml/apply-theme 'light) (modus-themes-load-operandi))) ;; sunset (run-at-time (nth 4 (split-string (sunrise-sunset))) (* 60 60 24) (lambda () - (sml/apply-theme 'dark) - (modus-themes-load-vivendi) - (sml/setup))) + (modus-themes-load-vivendi))) ### Fonts @@ -1044,6 +1041,13 @@ I’ve pretty much cribbed this from [recentf-remove-sudo-tramp-prefix](https:// '("\\.ini\\'" . ini-mode)) +### PHP + +see also [this post by Fermin M](https://sasanidas.gitlab.io/f-site/php-development/), it looks really useful. + + (straight-use-package 'php-mode) + + # Writing -- cgit 1.4.1-21-gabe81