Hello, Fredrik Salomonsson 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