Add capnp mode

This commit is contained in:
Leni Aniva 2023-09-23 14:46:46 -07:00
parent fcb288c2c3
commit 9c3e29e67f
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 9 additions and 0 deletions

View File

@ -335,6 +335,15 @@ Note that ~onsave~ was intentionally turned off because it messes with version c
** Languages ** Languages
*** Capnproto
#+begin_src emacs-lisp :tangle packages.el
(package! capnp-mode :recipe (
:host github
:repo "capnproto/capnproto"
:files ("highlighting/emacs/*.el")))
#+end_src
*** Emacs Lisp *** Emacs Lisp
#+begin_src emacs-lisp #+begin_src emacs-lisp