From 17ff26eac09c607169ef40bb02dc5d7dafe83070 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 3 Apr 2000 08:17:09 +0000 Subject: [PATCH] lilypond-1.3.46 --- debian/emacsen-startup | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/emacsen-startup diff --git a/debian/emacsen-startup b/debian/emacsen-startup new file mode 100644 index 0000000000..2a3812eeed --- /dev/null +++ b/debian/emacsen-startup @@ -0,0 +1,3 @@ +(autoload 'lilypond-mode "lilypond-mode" nil t) +(setq auto-mode-alist (cons '("\\.ly$" . lilypond-mode) auto-mode-alist)) +(add-hook 'lilypond-mode-hook (lambda () (turn-on-font-lock))) -- 2.39.5