2017-12-17 09:56:01 +00:00
|
|
|
;;; 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))
|
2020-12-23 05:00:26 +00:00
|
|
|
(emacs-lisp-mode
|
|
|
|
(indent-tabs-mode))
|
2017-12-17 09:56:01 +00:00
|
|
|
(org-mode
|
|
|
|
(indent-tabs-mode)
|
2018-02-27 18:17:18 +00:00
|
|
|
(org-adapt-indentation)
|
2018-05-27 19:41:18 +00:00
|
|
|
(org-edit-src-content-indentation . 0)
|
2018-05-27 20:03:42 +00:00
|
|
|
(org-footnote-auto-adjust . t)
|
2018-05-27 19:41:18 +00:00
|
|
|
(org-footnote-auto-label . t)
|
|
|
|
(org-footnote-define-inline . nil)
|
|
|
|
(org-footnote-section . "Footnotes")
|
2019-02-13 23:04:24 +00:00
|
|
|
(org-hide-emphasis-markers . nil)))
|
2017-12-17 09:56:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
|