-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Visual indicator (red cursor) is not working on startup of emacs. Also when switching/killing buffers I frequently mistakenly get white cursor for when I'm in fact in the ryo mode.
One clear example is:
- I'm in ryo mode (cursor is red).
- I enter magit popup, my cursor is white and I'm not in ryo mode (correct).
- I press q to leave the magit popup and I'm back in ryo mode, but incorretly with white cursor.
My use-package config hooks regarding which modes have ryo enabled by default are as follows (and I don't want to add magit popup to that as it has it's own set of single letter shortcuts):
:config (add-hook 'text-mode-hook #'ryo-modal-mode) (add-hook 'prog-mode-hook #'ryo-modal-mode) (add-hook 'fundamental-mode-hook #'ryo-modal-mode) (add-hook 'conf-unix-mode-hook #'ryo-modal-mode)
Thank you for all the work you've put into developing this package. I'm using it for a few months now and my config grew up to 150 lines of shortcuts. I like it a lot and I really don't feel like switching, but not knowing if I'm in the ryo mode or not at a glance makes it sometimes cumbersome to use.