Add the ponylang-mode package

master
Gergely Polonkai 3 years ago
parent 2c0ff111f1
commit ed696285b8
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93

@ -3578,6 +3578,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
:mode "\\.vue\\'")
#+END_SRC
** Pony is awesome!
#+BEGIN_SRC emacs-lisp
(use-package ponylang-mode
:mode "\\.pony\\'")
#+END_SRC
* Games
** Gnu Go

@ -187,6 +187,7 @@
plantuml-mode
po-mode
poetry
ponylang-mode
projectile
projectile-speedbar
pycoverage

Loading…
Cancel
Save