2024-09-17 13:09:08 -04:00
|
|
|
;;; Directory Local Variables -*- no-byte-compile: t; -*-
|
2017-12-17 04:56:01 -05:00
|
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
|
|
|
|
((nil
|
|
|
|
(indent-tabs-mode . t)
|
|
|
|
(tab-width . 8)
|
|
|
|
(fill-column . 70)
|
|
|
|
(sentence-end-double-space . t))
|
2020-12-23 00:00:26 -05:00
|
|
|
(emacs-lisp-mode
|
|
|
|
(indent-tabs-mode))
|
2017-12-17 04:56:01 -05:00
|
|
|
(org-mode
|
|
|
|
(indent-tabs-mode)
|
2018-02-27 13:17:18 -05:00
|
|
|
(org-adapt-indentation)
|
2018-05-27 15:41:18 -04:00
|
|
|
(org-edit-src-content-indentation . 0)
|
2018-05-27 16:03:42 -04:00
|
|
|
(org-footnote-auto-adjust . t)
|
2018-05-27 15:41:18 -04:00
|
|
|
(org-footnote-auto-label . t)
|
|
|
|
(org-footnote-define-inline . nil)
|
|
|
|
(org-footnote-section . "Footnotes")
|
2019-02-13 18:04:24 -05:00
|
|
|
(org-hide-emphasis-markers . nil)))
|
2017-12-17 04:56:01 -05:00
|
|
|
|
|
|
|
|
|
|
|
|