Skip to content

Commit

Permalink
docs: checker -> check in README
Browse files Browse the repository at this point in the history
segment name "checker" was changed to "check" in 62890ef, but the README still used "checker" in an example.
  • Loading branch information
KendrickLamarck authored and seagle0128 committed Apr 16, 2024
1 parent cb20d1e commit c7ed5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ Run `M-x customize-group RET doom-modeline RET` or set the variables.
;; Define your custom doom-modeline
(doom-modeline-def-modeline 'my-simple-line
'(bar matches buffer-info remote-host buffer-position parrot selection-info)
'(misc-info minor-modes input-method buffer-encoding major-mode process vcs checker))
'(misc-info minor-modes input-method buffer-encoding major-mode process vcs check))
;; Set default mode-line
(add-hook 'doom-modeline-mode-hook
Expand Down

0 comments on commit c7ed5e5

Please sign in to comment.