You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/lilypond/files/50lilypond-gentoo.el

8 lines
258 B

;;; lilypond site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'LilyPond-mode "lilypond-mode" "LilyPond Editing Mode" t)
(add-to-list 'auto-mode-alist '("\\.i?ly\\'" . LilyPond-mode))
(add-hook 'LilyPond-mode-hook 'turn-on-font-lock)