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)
|
(indent-tabs-mode . t)
|
||||||
(mode . bug-reference-prog)))
|
(mode . bug-reference-prog)))
|
||||||
(c-ts-mode . ((indent-tabs-mode . t)
|
(c-ts-mode . ((indent-tabs-mode . t)
|
||||||
(c-ts-mode-indent-style . linux)
|
;; (c-ts-indent-style . linux)
|
||||||
(c-ts-mode-indent-offset . 8)
|
;; (c-ts-indent-offset . 8)
|
||||||
(mode . bug-reference-prog)))
|
(mode . bug-reference-prog)))
|
||||||
(c++-mode . ((c-file-style . "linux")
|
(c++-mode . ((c-file-style . "linux")
|
||||||
(fill-column . 100)
|
(fill-column . 100)
|
||||||
;; (comment-fill-column . 80)
|
;; (comment-fill-column . 80)
|
||||||
(mode . bug-reference-prog)))
|
(mode . bug-reference-prog)))
|
||||||
(c++-ts-mode . ((indent-tabs-mode . t)
|
(c++-ts-mode . ((indent-tabs-mode . t)
|
||||||
(c-ts-mode-indent-style . linux)
|
;; (c-ts-indent-style . linux)
|
||||||
(c-ts-mode-indent-offset . 8)
|
;; (c-ts-indent-offset . 8)
|
||||||
(mode . bug-reference-prog)))
|
(mode . bug-reference-prog)))
|
||||||
(emacs-lisp-mode . ((indent-tabs-mode . nil)
|
(emacs-lisp-mode . ((indent-tabs-mode . nil)
|
||||||
(mode . bug-reference-prog)))
|
(mode . bug-reference-prog)))
|
||||||
|
|||||||
Reference in New Issue
Block a user