Re: .dir-locals.el for perdition
Simon Horman <[email protected]> Fri, 7 Feb 2014 14:05:53 +0900
| Newsgroups | gmane.mail.perdition.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Daniel, this looks nice to me. Do you think it is appropriate to include in perdition itself. If so, could you make a formal patch. I think it should update Makefile.am so that .dir-locals.el is included in the distribution tarballs. On Thu, Feb 06, 2014 at 11:59:18PM -0500, Daniel Kahn Gillmor wrote: > hi perdition folks-- > > I'm an emacs user. i know that's not to everyone's taste, but for those > of us who use emacs, it makes it easier to work on a source file without > modifying whitespace if the whitespace conventions are known to the One > True text editor :P > > Placing the file below as .dir-locals.el in the root of the perdition > tree should make it easier for emacs users to contribute patches without > making accidental unnecessary whitespace changes: > > ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > ;; emacs local configuration settings for perdition source > ;; surmised by dkg on 2013-10-24 09:42:45-0400 > > ((c-mode > (indent-tabs-mode . t) > (tab-width . 4) > (c-basic-offset . 4) > (c-file-style . "linux")) > ) > ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > > happy hacking, > > --dkg > ______________________________________________ Perdition-users mailing list [email protected] http://lists.vergenet.net/listinfo/perdition-users