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