]> git.eshelyaron.com Git - emacs.git/commitdiff
; * .dir-locals.el (java-mode): Transfer suitable c-mode options.
authorPo Lu <luangruo@yahoo.com>
Sat, 24 Feb 2024 02:01:03 +0000 (10:01 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:50:13 +0000 (18:50 +0100)
(cherry picked from commit 65d4bf711055dc8d23cea9b2ec8a57cdbfa6cf05)

.dir-locals.el

index 89fb76a55f3cd53a2e136eb2b98405908be31599..1a6acecc206c1587b34e8eb4574b1b23d94e7b18 100644 (file)
             (electric-quote-string . nil)
             (indent-tabs-mode . t)
            (mode . bug-reference-prog)))
+ (java-mode . ((c-file-style . "GNU")
+               (electric-quote-comment . nil)
+               (electric-quote-string . nil)
+               (indent-tabs-mode . t)
+              (mode . bug-reference-prog)))
  (objc-mode . ((c-file-style . "GNU")
                (electric-quote-comment . nil)
                (electric-quote-string . nil)