Make the cursor not blink in pdf-tools mode

This commit is contained in:
Alexander Rosenberg 2024-01-04 00:20:19 -08:00
parent ca814209d3
commit 9712776019
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -738,7 +738,8 @@ COMMAND and COMINT are like `compile'."
:hook (pdf-view-mode . my/setup-pdf-view-mode)
:init
(defun my/setup-pdf-view-mode ()
(display-line-numbers-mode -1))
(display-line-numbers-mode -1)
(setq-local blink-cursor-mode nil))
(pdf-tools-install))
;; calc