ADD php-mode

This commit is contained in:
Nathan Dwarshuis 2019-12-11 17:43:11 -05:00
parent 64fbaf7f86
commit 9437aaf7fa
1 changed files with 5 additions and 0 deletions

View File

@ -1024,6 +1024,11 @@ An exception to the rule
:straight t
:hook (json-mode . origami-mode))
#+END_SRC
*** PHP
#+BEGIN_SRC emacs-lisp
(use-package php-mode
:straight t)
#+END_SRC
*** markdown
Make font sizes smaller and less intrusive for headers
#+BEGIN_SRC emacs-lisp