9 lines
354 B
EmacsLisp
9 lines
354 B
EmacsLisp
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
||
|
;;; For more information see (info "(emacs) Directory Variables")
|
||
|
|
||
|
((nil . ((sentence-end-double-space . t)
|
||
|
(fill-column . 80)))
|
||
|
(org-mode . ((org-edit-src-content-indentation . 0)
|
||
|
(org-adapt-indentation . nil)
|
||
|
(org-hide-emphasis-markers . nil))))
|