-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support evil-mode indicator #45
Comments
I'm not using evil, but I will test it locally. |
Are you using |
@NicolasPetton Yes, I am using |
Lorenzo Bolla <notifications@github.com> writes:
@NicolasPetton Yes, I am using `zerodark-setup-modeline-format`.
ok, I see. Zerodark's modeline format doesn't support evil yet, and I'm
not an evil user myself. If you know a custom modeline that does, that
should give me enough pointers to get it done.
|
I implemented it for my personal theme, here: https://github.com/lbolla/emacs-quasi-monochrome/blob/master/quasi-monochrome-theme.el#L278 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
evil
, an indicator showing which mode is active is usually shown in the modeline.Zerodark's modeline though hides it (if the theme is loaded after evil).
The text was updated successfully, but these errors were encountered: