From 9c3e29e67fe20d7b862053a904e400d4678aadfe Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Sat, 23 Sep 2023 14:46:46 -0700 Subject: [PATCH] Add capnp mode --- doom/config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doom/config.org b/doom/config.org index ebd3201..0254858 100644 --- a/doom/config.org +++ b/doom/config.org @@ -335,6 +335,15 @@ Note that ~onsave~ was intentionally turned off because it messes with version c ** 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 #+begin_src emacs-lisp