org-mode/.dir-locals.el
Nicolas Goaziou 1882be68ba Remove ".dir-settings.el"
* .dir-settings.el: Remove file.
* .dir-locals.el: Remove reference to ".dir-settings.el".
2017-12-17 09:53:16 +01:00

5 lines
108 B
EmacsLisp

((nil . ((indent-tabs-mode . t)
(tab-width . 8)
(fill-column . 70)
(sentence-end-double-space . t))))