mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Fix the width of preview icon.
This commit is contained in:
parent
b2bd730f1e
commit
2c01d9eb9e
1 changed files with 4 additions and 2 deletions
|
@ -104,10 +104,13 @@ It returns a file name which can be used directly as argument of
|
||||||
;; Persp
|
;; Persp
|
||||||
("aspect_ratio" . "\xe85b")
|
("aspect_ratio" . "\xe85b")
|
||||||
|
|
||||||
|
;; Preview
|
||||||
|
("pageview" . "\xe8a0")
|
||||||
|
|
||||||
;; LSP
|
;; LSP
|
||||||
("rocket" . "\xf135")
|
("rocket" . "\xf135")
|
||||||
|
|
||||||
;; github
|
;; GitHub
|
||||||
("github" . "\xf09b")
|
("github" . "\xf09b")
|
||||||
|
|
||||||
;; debug
|
;; debug
|
||||||
|
@ -115,7 +118,6 @@ It returns a file name which can be used directly as argument of
|
||||||
|
|
||||||
;; mu4e
|
;; mu4e
|
||||||
("email" . "\xe0be")
|
("email" . "\xe0be")
|
||||||
;; ("mail" . "\xe158")
|
|
||||||
|
|
||||||
;; irc
|
;; irc
|
||||||
("message" . "\xe0c9")
|
("message" . "\xe0c9")
|
||||||
|
|
Loading…
Reference in a new issue