mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
c766ea34ec
* .dir-locals.el: Add `no-byte-compile'. Reported-by: Lin Jian <me@linj.tech> Link: https://list.orgmode.org/orgmode/87zfocwjwx.fsf@linj.tech/ TINYCHANGE
23 lines
562 B
EmacsLisp
23 lines
562 B
EmacsLisp
;;; 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)))
|
|
|
|
|
|
|