Make the cursor not blink in pdf-tools mode
This commit is contained in:
parent
ca814209d3
commit
9712776019
3
init.el
3
init.el
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user