emacs: Add haproxy-mode
This commit is contained in:
parent
8a23ad9774
commit
6839a434c6
1 changed files with 7 additions and 0 deletions
|
@ -1713,6 +1713,13 @@ Configure eglot to use the Gleam LSP server
|
|||
plantuml-server-url "http://localhost:5080/plantuml"))
|
||||
#+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
|
||||
|
||||
** Main org setup
|
||||
|
|
Loading…
Add table
Reference in a new issue