emacs: Add Protobuf and just modes
This commit is contained in:
parent
12bcabd00e
commit
e71d17c220
1 changed files with 16 additions and 0 deletions
|
@ -1394,6 +1394,22 @@ It's better than nothing.
|
|||
:mode "\\.feature\\'")
|
||||
#+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
|
||||
|
||||
** Main org setup
|
||||
|
|
Loading…
Reference in a new issue