File: .dir-locals.el

package info (click to toggle)
org-mode-doc 9.7.29-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, trixie
  • size: 7,388 kB
  • sloc: lisp: 116,169; makefile: 262; perl: 229
file content (22 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (4)
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            -*- no-byte-compile: t; -*-
;;; 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)))