summaryrefslogtreecommitdiff
path: root/elpa/org-9.5.2/.dir-locals.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
committermattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
commit3f4a0d5370ae6c34afe180df96add3b8522f4af1 (patch)
treeae901409e02bde8ee278475f8cf6818f8f680a60 /elpa/org-9.5.2/.dir-locals.el
initial commit
Diffstat (limited to 'elpa/org-9.5.2/.dir-locals.el')
-rw-r--r--elpa/org-9.5.2/.dir-locals.el22
1 files changed, 22 insertions, 0 deletions
diff --git a/elpa/org-9.5.2/.dir-locals.el b/elpa/org-9.5.2/.dir-locals.el
new file mode 100644
index 0000000..9df10df
--- /dev/null
+++ b/elpa/org-9.5.2/.dir-locals.el
@@ -0,0 +1,22 @@
+;;; 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)))
+
+
+