emacs: Add Protobuf and just modes

This commit is contained in:
Erwin Boskma 2023-04-19 09:33:37 +02:00
parent 12bcabd00e
commit e71d17c220
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -1394,6 +1394,22 @@ It's better than nothing.
:mode "\\.feature\\'") :mode "\\.feature\\'")
#+end_src #+end_src
*** Protobuf
[[https://github.com/protocolbuffers/protobuf/blob/main/editors/protobuf-mode.el][protobuf-mode]]
#+begin_src emacs-lisp
(use-package protobuf-mode)
#+end_src
*** Just
[[https://github.com/leon-barrett/just-mode.el][just-mode]] provides syntax highlighting for Justfiles, for the command runner [[https://github.com/casey/just][just]]
#+begin_src emacs-lisp
(use-package just-mode)
#+end_src
* Org * Org
** Main org setup ** Main org setup