diff --git a/mode-icons.el b/mode-icons.el index 9f4e123..e9ec4c3 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -1678,6 +1678,8 @@ When ENABLE is non-nil, enable the changes to the mode line." (defun mode-icons-reset () "Reset mode-icons icons." (interactive) + (mode-icons-reset-now) + ;; Run twice, in case the mode turns on some minor-modes (run-with-idle-timer 0.1 nil #'mode-icons-reset-now))