From acacdb31b5464972a09117a3e77ba1809b4dd60b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 28 Aug 2018 18:06:22 +0200 Subject: [PATCH] Add the meson-mode package --- configuration.org | 7 +++++++ customizations.el | 1 + 2 files changed, 8 insertions(+) diff --git a/configuration.org b/configuration.org index 190dc31..237eb92 100644 --- a/configuration.org +++ b/configuration.org @@ -2835,6 +2835,13 @@ directory. It is available from [[http://plantuml.com/download][here]]. :mode "\\.go\\'") #+END_SRC +** Meson build system + +#+BEGIN_SRC emacs-lisp +(use-package meson-mode + :mode "\\.meson\\'") +#+END_SRC + * Games ** Gnu Go diff --git a/customizations.el b/customizations.el index 57fe0be..3be6aaf 100644 --- a/customizations.el +++ b/customizations.el @@ -130,6 +130,7 @@ marshal mc-extras mediawiki + meson-mode multiple-cursors neotree ng2-mode