Skip to content

Commit

Permalink
Add missing :group to dtrt-indent-global-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 25, 2025
1 parent c78948c commit 491e215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dtrt-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ adjusted transparently."
;; detect it is derived from 'prog-mode (Emacs bug #46331: remove once
;; Emacs >= 28.1 can be assumed)
(when (derived-mode-p 'prog-mode 'text-mode 'javascript-mode)
(dtrt-indent-mode))))
(dtrt-indent-mode)))
:group 'dtrt-indent)

(defvar dtrt-indent-language-syntax-table
'((c/c++/java ("\"" 0 "\"" nil "\\\\.")
Expand Down

0 comments on commit 491e215

Please sign in to comment.