What happened?
Evil mode interferes with interactions with PDFs in pdf-view-mode.
Previously got around this by setting the initial state to emacs
in my config. I am no longer to change the initial state in pdf-view using any of the following:
(after! pdf-tools
(set-evil-initial-state! 'pdf-view-mode 'emacs))
(after! pdf-view
(set-evil-initial-state! 'pdf-view-mode 'emacs))
(after! evil-collection-pdf
(set-evil-initial-state! 'pdf-view-mode 'emacs))
What did you expect to happen?
- Evil should not interfere with PDF text selection
- Setting the initial state as above should change work
Steps to reproduce
- set
(after! pdf-tools (set-evil-initial-state! 'pdf-view-mode 'emacs))
- open pdf
- evil is initial state.
System information
Loading data dump...