]> git.donarmstrong.com Git - lilypond.git/blobdiff - FAQ.txt
release: 1.3.145
[lilypond.git] / FAQ.txt
diff --git a/FAQ.txt b/FAQ.txt
index 41feee5f3b31e44d928d3e8e7a58b6de190286b8..0db39587759c29974f4a20c4bd1edf0271b306ad 100644 (file)
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -44,22 +44,6 @@ yourself:
          autoconf
          configure
 
-Is there an emacs mode?
------------------------
-
-   Yes.  It is included with the source archive as `lilypond-mode.el'
-and `lilypond-font-lock.el'.  If you have an RPM, it is in
-`/usr/share/doc/lilypond-X/'.  You have to install it yourself.
-
-   Add this to your ~/.emacs or ~/.emacs.el:
-         (load-library "lilypond-mode.el")
-         (setq auto-mode-alist
-           (cons '("\\.ly$" . LilyPond-mode) auto-mode-alist))
-         (add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))
-
-   If you have the latest LilyPond-1.3.x Debian package, LilyPond-mode
-is automatically loaded, so you need not modify your ~/.emacs file.
-
 I downloaded the windows32 port, and it doesn't match the website!
 ------------------------------------------------------------------