blob 9df10dfed9bad1efc7ea464f8dacb800f0f0ae55 523 bytes (raw)
name: .dir-locals.el # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)))
|
debug log:
solving 9df10dfed ...
found 9df10dfed in https://git.savannah.gnu.org/cgit/emacs/org-mode.git
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).