dir-locals: avoid warnings
Some names changed, making new enough emacs unhappy.
This commit is contained in:
@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user