Overview
Comment: | Rework directory local variables |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
303773e90db15653d14a35860b1b3a21 |
User & Date: | zge on 2024-03-01 22:00:42 |
Other Links: | branch diff | manifest | tags |
Context
2024-03-01
| ||
22:04 | Raise minimum version of Emacs to what is being used Leaf check-in: 45208007f7 user: zge tags: master, trunk | |
22:00 | Rework directory local variables check-in: 303773e90d user: zge tags: master, trunk | |
22:00 | Untabify region in 'sbbs--parse-number-range' check-in: a8434e7370 user: zge tags: master, trunk | |
Changes
Modified .dir-locals.el from [1d789c6a91] to [5c4c4dcb67].
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))) |