New modes in emacs #8

Merged
aniva merged 6 commits from emacs into main 2023-11-30 10:05:37 -08:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit 9c3e29e67f - Show all commits

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