summaryrefslogtreecommitdiff
path: root/elpa/org-9.5.2/.dir-locals.el
blob: 9df10dfed9bad1efc7ea464f8dacb800f0f0ae55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;;; 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))
 (emacs-lisp-mode
  (indent-tabs-mode))
 (org-mode
  (indent-tabs-mode)
  (org-adapt-indentation)
  (org-edit-src-content-indentation . 0)
  (org-footnote-auto-adjust . t)
  (org-footnote-auto-label . t)
  (org-footnote-define-inline . nil)
  (org-footnote-section . "Footnotes")
  (org-hide-emphasis-markers . nil)))