]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.153
authorfred <fred>
Thu, 26 Apr 2001 20:47:36 +0000 (20:47 +0000)
committerfred <fred>
Thu, 26 Apr 2001 20:47:36 +0000 (20:47 +0000)
lilypond-init.el [new file with mode: 0644]

diff --git a/lilypond-init.el b/lilypond-init.el
new file mode 100644 (file)
index 0000000..98bedda
--- /dev/null
@@ -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)))
+
+
+
+