guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41717: [PATCH] gnu: Add emacs-meson-mode.


From: Nicolas Goaziou
Subject: bug#41717: [PATCH] gnu: Add emacs-meson-mode.
Date: Thu, 04 Jun 2020 22:17:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Fredrik Salomonsson <plattfot@gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-meson-mode): New variable.

Applied with the change below. Thank you.

> +    (description
> +      "This is an emacs 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
> +@code{completion-at-point}.  To start completion, use either @kbd{C-M-i} or
> +install completion frameworks such as @code{company}.  To enable
> +@code{company}, add the following to your @file{init.el}:
> +@example
> +(add-hook 'meson-mode-hook 'company-mode)
> +@end example
> +")

I removed the last sentences, from "To start completion…", which belong
more to a manual than a package description.

Regards,

-- 
Nicolas Goaziou





reply via email to

[Prev in Thread] Current Thread [Next in Thread]