.dir-locals.el 382 B

1234567891011121314151617
  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-edit-src-content-indentation . 0)
  11. (org-adapt-indentation)
  12. (org-list-description-max-indent . 5)
  13. (org-hide-emphasis-markers . nil)))