]> git.donarmstrong.com Git - lilypond.git/blob - .dir-locals.el
Add '-dcrop' option to ps and svg backends
[lilypond.git] / .dir-locals.el
1 ;;; Directory Local Variables
2 ;;; See Info node `(emacs) Directory Variables' for more information.
3
4 ((c++-mode
5   (c-default-style . "gnu")
6   (indent-tabs-mode))
7  (scheme-mode
8   (indent-tabs-mode))
9  (texinfo-mode
10   (fill-column . 66)
11   (indent-tabs-mode)))