From ed696285b89bf22918cdef5e6f35c871849069af Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 6 Jan 2020 09:17:16 +0100 Subject: [PATCH] Add the ponylang-mode package --- configuration.org | 7 +++++++ customizations.el | 1 + 2 files changed, 8 insertions(+) diff --git a/configuration.org b/configuration.org index 00324dc..bba966f 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index 09b6f05..22e568f 100644 --- a/customizations.el +++ b/customizations.el @@ -187,6 +187,7 @@ plantuml-mode po-mode poetry + ponylang-mode projectile projectile-speedbar pycoverage