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 Unified Diffs Ignore Whitespace Patch

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

1
2
3
4
5
6



;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((emacs-lisp-mode
  (tab-width . 4)
  (indent-tabs-mode . nil)))







<
|
>
>
>
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)))