forked from seagle0128/doom-modeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: checker -> check and bump version
- Loading branch information
zhangou
committed
Feb 20, 2024
1 parent
9816e6a
commit 62890ef
Showing
4 changed files
with
53 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Author: Vincent Zhang <[email protected]> | ||
;; Homepage: https://github.com/seagle0128/doom-modeline | ||
;; Version: 4.1.0 | ||
;; Version: 4.2.0 | ||
;; Package-Requires: ((emacs "25.1") (compat "29.1.4.2") (nerd-icons "0.1.0") (shrink-path "0.3.1")) | ||
;; Keywords: faces mode-line | ||
|
||
|
@@ -89,7 +89,7 @@ | |
|
||
(doom-modeline-def-modeline 'main | ||
'(eldoc bar workspace-name window-number modals matches follow buffer-info remote-host buffer-position word-count parrot selection-info) | ||
'(compilation objed-state misc-info persp-name battery grip irc mu4e gnus github debug repl lsp minor-modes input-method indent-info buffer-encoding major-mode process vcs checker time)) | ||
'(compilation objed-state misc-info persp-name battery grip irc mu4e gnus github debug repl lsp minor-modes input-method indent-info buffer-encoding major-mode process vcs check time)) | ||
|
||
(doom-modeline-def-modeline 'minimal | ||
'(bar window-number modals matches buffer-info-simple) | ||
|
@@ -133,7 +133,7 @@ | |
|
||
(doom-modeline-def-modeline 'org-src | ||
'(eldoc bar window-number modals matches buffer-info buffer-position word-count parrot selection-info) | ||
'(compilation objed-state misc-info debug lsp minor-modes input-method indent-info buffer-encoding major-mode process checker time)) | ||
'(compilation objed-state misc-info debug lsp minor-modes input-method indent-info buffer-encoding major-mode process check time)) | ||
|
||
(doom-modeline-def-modeline 'helm | ||
'(bar helm-buffer-id helm-number helm-follow helm-prefix-argument) | ||
|