0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 02:56:29 +00:00
org-mode/.dir-locals.el
Nicolas Goaziou 290bbc14ad Update ".dir-locals.el"
* .dir-locals.el (org-mode): Add Org mode specific options so manual
   is more homogeneous.
2017-12-17 11:06:05 +01:00

16 lines
306 B
EmacsLisp

;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(indent-tabs-mode . t)
(tab-width . 8)
(fill-column . 70)
(sentence-end-double-space . t))
(org-mode
(indent-tabs-mode)
(org-edit-src-content-indentation . 2)
(org-adapt-indentation)))