Merge pull request #5058 from ericdallo/fix-light-modeline

:ui modeline: Fix missing arg to +modeline-format-icon function
This commit is contained in:
Henrik Lissner 2021-05-15 23:18:19 -04:00 committed by GitHub
commit f95bf845c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -427,7 +427,7 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
error error
warning warning
info)))) info))))
(+modeline-format-icon "check" "" 'success))) (+modeline-format-icon 'material "check" "" 'success)))
(`running (+modeline-format-icon 'material "access_time" "*" 'mode-line-inactive "Running...")) (`running (+modeline-format-icon 'material "access_time" "*" 'mode-line-inactive "Running..."))
(`errored (+modeline-format-icon 'material "sim_card_alert" "!" 'error "Errored!")) (`errored (+modeline-format-icon 'material "sim_card_alert" "!" 'error "Errored!"))
(`interrupted (+modeline-format-icon 'material "pause" "!" 'mode-line-inactive "Interrupted")) (`interrupted (+modeline-format-icon 'material "pause" "!" 'mode-line-inactive "Interrupted"))