ttn pushed a commit to branch master in repository elpa. commit 04368bd932e600e88c594348b3cbb22009e002c2 Author: Thien-Thi Nguyen <t...@gnu.org> Date: Wed Feb 5 11:36:26 2014 +0100
[gnugo maint] Add .dir-locals.el file, link in HACKING; nfc. * .dir-locals.el: New file. --- packages/gnugo/.dir-locals.el | 5 +++++ packages/gnugo/HACKING | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/packages/gnugo/.dir-locals.el b/packages/gnugo/.dir-locals.el new file mode 100644 index 0000000..8941f58 --- /dev/null +++ b/packages/gnugo/.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/packages/gnugo/HACKING b/packages/gnugo/HACKING index 4964266..be160c3 100644 --- a/packages/gnugo/HACKING +++ b/packages/gnugo/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