mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
Fix #287: The flycheck numbers are pushed to the right and getting cut when enabling minions-mode.
This commit is contained in:
parent
4afe41ef3d
commit
07837775eb
1 changed files with 6 additions and 3 deletions
|
@ -87,7 +87,7 @@ It returns a file name which can be used directly as argument of
|
|||
("alert" . "\xf02d")
|
||||
("git-branch" . "\xf020")
|
||||
|
||||
;; checker: flycheck/flymake
|
||||
;; checker
|
||||
("do_not_disturb_alt" . "\xe611")
|
||||
("check" . "\xe5ca")
|
||||
("access_time" . "\xe192")
|
||||
|
@ -95,6 +95,9 @@ It returns a file name which can be used directly as argument of
|
|||
("pause" . "\xe034")
|
||||
("priority_high" . "\xe645")
|
||||
|
||||
;; Minions
|
||||
("gear" . "\xf02f")
|
||||
|
||||
;; Persp
|
||||
("aspect_ratio" . "\xe85b")
|
||||
|
||||
|
@ -110,10 +113,10 @@ It returns a file name which can be used directly as argument of
|
|||
;; debug
|
||||
("bug" . "\xf188")
|
||||
|
||||
;; mu4e
|
||||
;; Mail
|
||||
("email" . "\xe0be")
|
||||
|
||||
;; irc
|
||||
;; IRC
|
||||
("message" . "\xe0c9")
|
||||
|
||||
;; Battery
|
||||
|
|
Loading…
Add table
Reference in a new issue