mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Update ".dir-locals.el"
* .dir-locals.el (org-mode): Add Org mode specific options so manual is more homogeneous.
This commit is contained in:
parent
9d072ad675
commit
290bbc14ad
@ -1,4 +1,15 @@
|
||||
((nil . ((indent-tabs-mode . t)
|
||||
(tab-width . 8)
|
||||
(fill-column . 70)
|
||||
(sentence-end-double-space . t))))
|
||||
;;; 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)))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user