12345678910111213141516171819202122 |
- ;;; 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))
- (emacs-lisp-mode
- (indent-tabs-mode))
- (org-mode
- (indent-tabs-mode)
- (org-adapt-indentation)
- (org-edit-src-content-indentation . 0)
- (org-footnote-auto-adjust . t)
- (org-footnote-auto-label . t)
- (org-footnote-define-inline . nil)
- (org-footnote-section . "Footnotes")
- (org-hide-emphasis-markers . nil)))
|