From 400a89b6875b3a946ed5a29c24d75a9d025c8723 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 26 Apr 2001 20:47:36 +0000 Subject: [PATCH] lilypond-1.3.153 --- lilypond-init.el | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lilypond-init.el diff --git a/lilypond-init.el b/lilypond-init.el new file mode 100644 index 0000000000..98beddabc5 --- /dev/null +++ b/lilypond-init.el @@ -0,0 +1,11 @@ +;; install this into emacs site-start.d/ + +(autoload 'LilyPond-mode "lilypond-mode") +(setq auto-mode-alist + (cons '("\\.ly$" . LilyPond-mode) auto-mode-alist)) + +(add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock))) + + + + -- 2.39.5