emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnugo 61be18a 022/357: [gnugo maint] Add .dir-locals.el


From: Stefan Monnier
Subject: [elpa] externals/gnugo 61be18a 022/357: [gnugo maint] Add .dir-locals.el file, link in HACKING; nfc.
Date: Sun, 29 Nov 2020 14:50:39 -0500 (EST)

branch: externals/gnugo
commit 61be18aa25bd583d1d9e397a64793afbb7cec6b9
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo maint] Add .dir-locals.el file, link in HACKING; nfc.
    
    * .dir-locals.el: New file.
---
 .dir-locals.el | 5 +++++
 HACKING        | 1 +
 2 files changed, 6 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..8941f58
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+;;; .dir-locals.el
+
+((emacs-lisp-mode . ((indent-tabs-mode . nil))))
+
+;;; .dir-locals.el ends here
diff --git a/HACKING b/HACKING
index 4964266..be160c3 100644
--- a/HACKING
+++ b/HACKING
@@ -67,6 +67,7 @@ This file is both a guide for newcomers and a todo list for 
oldstayers.
 ***** basic: TITLE LF LF [DISCUSSION...] LF LF CLASSIC
 ***** short: TITLE-FRAGMENT "; nfc." [LF LF DISCUSSION...]
 *** don't bother w/ ChangeLog for "short" commit-message format
+* other conventions: see [[file:.dir-locals.el][.dir-locals.el]]
 * etc
 #+odd
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]