emacs: Add haproxy-mode

This commit is contained in:
Erwin Boskma 2025-02-04 18:55:12 +01:00
parent 8a23ad9774
commit 6839a434c6
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -1713,6 +1713,13 @@ Configure eglot to use the Gleam LSP server
plantuml-server-url "http://localhost:5080/plantuml")) plantuml-server-url "http://localhost:5080/plantuml"))
#+end_src #+end_src
*** HAProxy
[[https://github.com/port19x/haproxy-mode][haproxy-mode]] provides a major mode for editing HAProxy config files
#+begin_src emacs-lisp
(use-package haproxy-mode)
#+end_src
* Org * Org
** Main org setup ** Main org setup