Merge branch 'maint'
[org-mode.git] / .dir-locals.el
blob05d260fb8ff61c3dac1d305e16673f99bb43b58b
1 ;;; Directory Local Variables
2 ;;; For more information see (info "(emacs) Directory Variables")
4 ((nil
5 (indent-tabs-mode . t)
6 (tab-width . 8)
7 (fill-column . 70)
8 (sentence-end-double-space . t))
9 (org-mode
10 (indent-tabs-mode)
11 (org-edit-src-content-indentation . 2)
12 (org-adapt-indentation)))