tools/pdf: hide cursor in pdf-view-mode #892

This commit is contained in:
Henrik Lissner 2018-09-19 11:23:03 -04:00
parent b4f36c8967
commit fd7f498858
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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"))