dir-locals: avoid warnings

Some names changed, making new enough emacs unhappy.
This commit is contained in:
Dirk-Jan C. Binnema
2026-07-22 15:19:59 +03:00
committed by Seth Ladygo
parent d24347bad6
commit ffa110d08d

View File

@ -16,16 +16,16 @@
(indent-tabs-mode . t)
(mode . bug-reference-prog)))
(c-ts-mode . ((indent-tabs-mode . t)
(c-ts-mode-indent-style . linux)
(c-ts-mode-indent-offset . 8)
;; (c-ts-indent-style . linux)
;; (c-ts-indent-offset . 8)
(mode . bug-reference-prog)))
(c++-mode . ((c-file-style . "linux")
(fill-column . 100)
;; (comment-fill-column . 80)
(mode . bug-reference-prog)))
(c++-ts-mode . ((indent-tabs-mode . t)
(c-ts-mode-indent-style . linux)
(c-ts-mode-indent-offset . 8)
;; (c-ts-indent-style . linux)
;; (c-ts-indent-offset . 8)
(mode . bug-reference-prog)))
(emacs-lisp-mode . ((indent-tabs-mode . nil)
(mode . bug-reference-prog)))