Add the ponylang-mode package
This commit is contained in:
parent
2c0ff111f1
commit
ed696285b8
@ -3578,6 +3578,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
|
|||||||
:mode "\\.vue\\'")
|
:mode "\\.vue\\'")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Pony is awesome!
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package ponylang-mode
|
||||||
|
:mode "\\.pony\\'")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Games
|
* Games
|
||||||
|
|
||||||
** Gnu Go
|
** Gnu Go
|
||||||
|
@ -187,6 +187,7 @@
|
|||||||
plantuml-mode
|
plantuml-mode
|
||||||
po-mode
|
po-mode
|
||||||
poetry
|
poetry
|
||||||
|
ponylang-mode
|
||||||
projectile
|
projectile
|
||||||
projectile-speedbar
|
projectile-speedbar
|
||||||
pycoverage
|
pycoverage
|
||||||
|
Loading…
Reference in New Issue
Block a user