File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ mode.
192
192
When dtrt-indent mode is enabled, the proper indentation offset
193
193
and `indent-tabs-mode' will be guessed for newly opened files and
194
194
adjusted transparently."
195
- :lighter " dtrt-indent"
195
+ :lighter dtrt-indent-lighter
196
196
:group 'dtrt-indent
197
197
(if dtrt-indent-mode
198
198
(if (and (featurep 'smie ) (not (null smie-grammar)) (not (eq smie-grammar 'unset )))
@@ -410,6 +410,12 @@ use either \\[customize] or the function `dtrt-indent-mode'."
410
410
:group 'dtrt-indent
411
411
:require 'dtrt-indent )
412
412
413
+ (defcustom dtrt-indent-lighter " dtrt-indent"
414
+ " Mode line lighter for the dtrt-indent minor mode.
415
+ If the value is nil, no lighter is displayed."
416
+ :type '(choice string
417
+ (const :tag " None" nil )))
418
+
413
419
(defcustom dtrt-indent-verbosity 1
414
420
" *Verbosity level.
415
421
You can’t perform that action at this time.
0 commit comments