unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob fc75ae615bd5a73b25eedabdfe0619286c0436b3 547 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
23
24
25
 
;; emacs local configuration settings for notmuch source
;; surmised by dkg on 2010-11-23 13:43:18-0500
;; amended by amdragon on 2011-06-06

((c-mode
  (indent-tabs-mode . t)
  (tab-width . 8)
  (c-basic-offset . 4)
  (c-file-style . "linux"))
 (c++-mode
  (indent-tabs-mode . t)
  (tab-width . 8)
  (c-basic-offset . 4)
  (c-file-style . "linux"))
 (emacs-lisp-mode
  (indent-tabs-mode . t)
  (tab-width . 8))
 (shell-mode
  (indent-tabs-mode . t)
  (tab-width . 8)
  (sh-basic-offset . 4)
  (sh-indentation . 4))
 (nil
  (fill-column . 70))
 )

debug log:

solving fc75ae61 ...
found fc75ae61 in https://yhetil.org/notmuch.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://yhetil.org/notmuch.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).