]> git.donarmstrong.com Git - lilypond.git/blobdiff - elisp/lilypond-init.el
Release: bump Welcome versions.
[lilypond.git] / elisp / lilypond-init.el
index 960c886aa5a0cfdb7cc3893aff13bc7fca145796..2ee31da1b25a3f1aa717f65d12beb0ae440bb1cc 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Emacs mode for entering music and running LilyPond is contained in
 ;; the source archive as `lilypond-mode.el', `lilypond-indent.el',
-;; `lilypond-font-lock.el' and `lilypond.words.el'. You should install 
+;; `lilypond-font-lock.el' and `lilypond-words.el'. You should install 
 ;; these files to a directory included in your `load-path'. 
 ;; File `lilypond-init.el' should be placed to `load-path/site-start.d/' 
 ;; or appended to your `~/.emacs' or `~/.emacs.el'. 
@@ -16,5 +16,6 @@
 
 (autoload 'LilyPond-mode "lilypond-mode" "LilyPond Editing Mode" t)
 (add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode))
+(add-to-list 'auto-mode-alist '("\\.ily$" . LilyPond-mode))
 (add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))