Add meson mode
This commit is contained in:
parent
c9145d2b79
commit
e8ba84b5f9
3
init.el
3
init.el
|
@ -298,6 +298,9 @@
|
||||||
:custom
|
:custom
|
||||||
(markdown-command '("pandoc" "--from=markdown" "--to=html5")))
|
(markdown-command '("pandoc" "--from=markdown" "--to=html5")))
|
||||||
|
|
||||||
|
(use-package meson-mode
|
||||||
|
:mode "/meson\\(\\.build\\|_options\\.txt\\)\\'")
|
||||||
|
|
||||||
(use-package minimap
|
(use-package minimap
|
||||||
:commands minimap-mode
|
:commands minimap-mode
|
||||||
:custom-face
|
:custom-face
|
||||||
|
|
Loading…
Reference in a new issue