-
I use pdf-tools to view pdfs, and with meow I see a thin line blinking all around the pdf page, which I assume is the cursor. Is there a way to disable it? In doom-emacs, they also seem to have to do it: (setq-hook! 'pdf-view-mode-hook evil-normal-state-cursor (list nil)) |
Beta Was this translation helpful? Give feedback.
Answered by
brabalan
Feb 15, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the suggestion. I could not make this work (even replacing
normal
withmotion
), so what I ended up doing is disabling cursor blinking ((blink-cursor-mode 0)
), which is what was actually bothering me.