mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Remove warnings for terminal.
This commit is contained in:
parent
ec92922a71
commit
c3a3af60b4
1 changed files with 2 additions and 1 deletions
|
@ -929,7 +929,8 @@ with `evil-ex-substitute', and/or 4. The number of active `iedit' regions."
|
|||
;; TODO Include other information
|
||||
(cond ((eq major-mode 'image-mode)
|
||||
(cl-destructuring-bind (width . height)
|
||||
(image-size (image-get-display-property) :pixels)
|
||||
(when (fboundp 'image-size)
|
||||
(image-size (image-get-display-property) :pixels))
|
||||
(format " %dx%d " width height)))))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue