guix-patches
[Top][All Lists]
Advanced

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

[bug#72924] gnu: emacs-lilypond-mode: Add emacs-lilypond-mode


From: Javier Olaechea
Subject: [bug#72924] gnu: emacs-lilypond-mode: Add emacs-lilypond-mode
Date: Sun, 1 Sep 2024 04:24:52 +0000

Hi,

This adds emacs-lilypond-mode. The mode is distributed as part of lilypond, so I'm using the same pattern that emacs-protobuf-mode and emacs-erlang-mode uses. Reuse the parent package, changing only the build-system and adding the emacs files to the load-path.

Additionally I've verified that I can use the package by including the following in my emacs' init.el

(use-package lilypond-mode
  :mode ("\\.ly\\'" . LilyPond-mode))

Cheers

--
"I object to doing things that computers can do." — Olin Shivers

Attachment: 0001-gnu-emacs-lilypond-mode-Add-emacs-lilypond-mode.patch
Description: Text Data


reply via email to

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