docs(emacs): add ron-mode

This commit is contained in:
Lucien Cartier-Tilet 2024-09-21 12:15:37 +02:00
parent f61b58f9c7
commit bdbe74c5e7
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -735,6 +735,16 @@ or some I write myself.
org-plantuml-jar-path "~/.local/bin/plantuml.jar")) org-plantuml-jar-path "~/.local/bin/plantuml.jar"))
#+end_src #+end_src
*** Ron files
Rusty Object Notation, or RON for short, is to Rust what Json is to
Javascript. Sometimes, I have to work with such files, which is why I
installed this major mode.
#+begin_src emacs-lisp
(use-package ron-mode
:defer t
:straight (:build t))
#+end_src
*** Shells *** Shells
Aside from Eshell, my main shell on my machine is fish (see my [[file:fish.org][fish Aside from Eshell, my main shell on my machine is fish (see my [[file:fish.org][fish
config]]), therefore I need a mode for it. config]]), therefore I need a mode for it.