sbbs.el

Check-in [303773e90d]
Login
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: 303773e90db15653d14a35860b1b3a21e65adc29395864faf513a58701fc417c
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
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Modified .dir-locals.el from [1d789c6a91] to [5c4c4dcb67].

     1      1   ;;; Directory Local Variables
     2      2   ;;; For more information see (info "(emacs) Directory Variables")
     3      3   
     4      4   ((emacs-lisp-mode
     5         -  (tab-width . 4)
     6         -  (indent-tabs-mode . nil)))
            5  +  (indent-tabs-mode . nil)
            6  +  (show-trailing-whitespace . t)
            7  +  (sentence-end-double-space . t)
            8  +  (byte-compile-error-on-warn . t)))