Clarified comment for dtrt-indent.

This commit is contained in:
tastytea 2019-09-30 18:43:19 +02:00
parent 669c82f301
commit 25cac89930
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ With argument, do this that many times."
(setq-default indent-tabs-mode nil
tab-width 4)
;; Guess indentation.
;; Guess indentation (c-basic-offset).
(use-package dtrt-indent
:hook
(prog-mode . dtrt-indent-mode))