ADD php-mode
This commit is contained in:
parent
64fbaf7f86
commit
9437aaf7fa
|
@ -1024,6 +1024,11 @@ An exception to the rule
|
||||||
:straight t
|
:straight t
|
||||||
:hook (json-mode . origami-mode))
|
:hook (json-mode . origami-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** PHP
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package php-mode
|
||||||
|
:straight t)
|
||||||
|
#+END_SRC
|
||||||
*** markdown
|
*** markdown
|
||||||
Make font sizes smaller and less intrusive for headers
|
Make font sizes smaller and less intrusive for headers
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue