notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
blob b3ddffe8ad15cf91ca68938e58264c60c239980c 544 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))
 (sh-mode
  (indent-tabs-mode . t)
  (tab-width . 8)
  (sh-basic-offset . 4)
  (sh-indentation . 4))
 (nil
  (fill-column . 70))
 )

(*) 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.^

git clone https://yhetil.org/notmuch.git