How to Install elpa-meson-mode in Ubuntu 18.04



Install elpa-meson-mode by entering the following commands in the terminal:

sudo apt update
sudo apt install elpa-meson-mode

Description:

Major mode for the Meson build system files

This is a major mode for Meson build system files. Syntax highlighting works reliably. Indentation works too, but there are probably cases, where it breaks. Simple completion is supported via `completion-at-point'. To start completion, use either or install completion frameworks such as `company'. To enable `company' add the following to your .emacs: . (add-hook 'meson-mode-hook 'company-mode)

Homepage: https://github.com/wentasah/meson-mode

Version: 0.1-1

Section: universe/lisp