Fix the width of preview icon.

This commit is contained in:
Vincent Zhang 2019-08-18 19:11:09 +08:00
parent b2bd730f1e
commit 2c01d9eb9e

View file

@ -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")