emacs: also configure nxml parameters in .dir-locals.el

We configure the parameters we use for the docbook XML.
This commit is contained in:
Lennart Poettering 2016-01-21 00:03:08 +01:00
parent b5eb973b39
commit 54230826fd
1 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,5 @@
(eval . (c-set-offset 'statement-case-open 0))
(eval . (c-set-offset 'case-label 0))
(eval . (c-set-offset 'arglist-intro '++))
(eval . (c-set-offset 'arglist-close 0)))))
(eval . (c-set-offset 'arglist-close 0))))
(nxml-mode . ((nxml-child-indent . 2))))