mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
1b042ea709
* .dir-locals.el: Add comments and set `sentence-end-double-space' to t. * .dir-settings.el: Add comments and set `sentence-end-double-space' to t.
10 lines
333 B
EmacsLisp
10 lines
333 B
EmacsLisp
;; - keep in sync dir-locals.el (for Emacs >= 24) with .dir-settings.el
|
|
;; (for Emacs < 24)
|
|
;; - don't use a symbolic link to prevent problems on cygwin
|
|
;; distributions (commit 971b9eeacd38959439ddaa7c650430cc2dcb673e)
|
|
|
|
((nil . ((indent-tabs-mode . t)
|
|
(tab-width . 8)
|
|
(fill-column . 70)
|
|
(sentence-end-double-space . t))))
|