tools/pdf: hide cursor in pdf-view-mode #892
This commit is contained in:
parent
b4f36c8967
commit
fd7f498858
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
(setq-default pdf-view-display-size 'fit-page)
|
||||
;; Turn off cua so copy works
|
||||
(add-hook! 'pdf-view-mode-hook (cua-mode 0))
|
||||
;; Don't show the cursor in pdf-view
|
||||
(add-hook! 'pdf-view-mode-hook (internal-show-cursor nil nil))
|
||||
;; Custom modeline that removes useless info and adds page numbers
|
||||
(when (featurep! :ui doom-modeline)
|
||||
(load! "+modeline"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue