Differences From Artifact [1d789c6a91]:
- File .dir-locals.el — part of check-in [8aaa2a71b5] at 2020-02-21 22:15:34 on branch master — initial import many thanks to anon who fixed submission issues in http://textboard.org/prog/81 (user: philip@warpmail.net, size: 162) [annotate] [blame] [check-ins using]
To Artifact [5c4c4dcb67]:
- File .dir-locals.el — part of check-in [303773e90d] at 2024-03-01 22:00:42 on branch master — Rework directory local variables (user: zge, size: 246) [annotate] [blame] [check-ins using]
1 2 3 4 | ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") ((emacs-lisp-mode | < | > > > | 1 2 3 4 5 6 7 8 | ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") ((emacs-lisp-mode (indent-tabs-mode . nil) (show-trailing-whitespace . t) (sentence-end-double-space . t) (byte-compile-error-on-warn . t))) |