8 lines
419 B
EmacsLisp
8 lines
419 B
EmacsLisp
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
((org-mode . ((org-html-table-default-attributes . (:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "void"))
|
|
(langtool-default-language . "en-GB")
|
|
(org-list-allow-alphabetical . nil)
|
|
(org-confirm-babel-evaluate . nil))))
|