.dir-locals.el 523 B

123456789101112131415161718192021
  1. ;;; Directory Local Variables
  2. ;;; For more information see (info "(emacs) Directory Variables")
  3. ((nil
  4. (indent-tabs-mode . t)
  5. (tab-width . 8)
  6. (fill-column . 70)
  7. (sentence-end-double-space . t))
  8. (org-mode
  9. (indent-tabs-mode)
  10. (org-adapt-indentation)
  11. (org-edit-src-content-indentation . 0)
  12. (org-footnote-auto-adjust . t)
  13. (org-footnote-auto-label . t)
  14. (org-footnote-define-inline . nil)
  15. (org-footnote-section . "Footnotes")
  16. (org-hide-emphasis-markers . nil)
  17. (org-list-description-max-indent . 5)))