-
Notifications
You must be signed in to change notification settings - Fork 2
/
.dir-locals.el
15 lines (15 loc) · 967 Bytes
/
.dir-locals.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;; This file contains configuration stuff for editing corpus files in Emacs.
((text-mode . ((indent-tabs-mode . t)
(whitespace-style . (face tabs trailing empty
space-before-tab space-after-tab
tab-mark))
(whitespace-display-mappings . ((space-mark 32 [183] [46])
(space-mark 160 [164] [95])
(newline-mark 10 [9166 10]
[182 10]
[36 10])
(tab-mark 9 [8680 9]
[8677 9]
[187 9]
[92 9])))
(eval . (whitespace-mode)))))