Add the meson-mode package

This commit is contained in:
Gergely Polonkai 2018-08-28 18:06:22 +02:00
parent 3f15bc72cf
commit acacdb31b5
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -130,6 +130,7 @@
marshal
mc-extras
mediawiki
meson-mode
multiple-cursors
neotree
ng2-mode