Add a major mode for nginx configuration editing

This commit is contained in:
2023-08-29 10:57:50 +02:00
parent 189a2e79c4
commit 3c4462e761

View File

@@ -3829,6 +3829,12 @@ directory. It is available from [[http://plantuml.com/download][here]].
(use-package systemd) (use-package systemd)
#+end_src #+end_src
** NGinX
#+begin_src emacs-lisp
(use-package nginx-mode)
#+end_src
* Games * Games
** Gnu Go ** Gnu Go