]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.46
authorfred <fred>
Mon, 3 Apr 2000 08:17:09 +0000 (08:17 +0000)
committerfred <fred>
Mon, 3 Apr 2000 08:17:09 +0000 (08:17 +0000)
debian/emacsen-startup [new file with mode: 0644]

diff --git a/debian/emacsen-startup b/debian/emacsen-startup
new file mode 100644 (file)
index 0000000..2a3812e
--- /dev/null
@@ -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)))