2017-12-17 04:56:01 -05: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))
|
|
|
|
(org-mode
|
|
|
|
(indent-tabs-mode)
|
|
|
|
(org-edit-src-content-indentation . 2)
|
|
|
|
(org-adapt-indentation)))
|
|
|
|
|
|
|
|
|
|
|
|
|