.dir-locals.el 306 B

123456789101112131415
  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 . 2)
  11. (org-adapt-indentation)))