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\\'") :mode "\\.go\\'")
#+END_SRC #+END_SRC
** Meson build system
#+BEGIN_SRC emacs-lisp
(use-package meson-mode
:mode "\\.meson\\'")
#+END_SRC
* Games * Games
** Gnu Go ** Gnu Go

View File

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