tools/pdf: revert fd7f498

Causes an issue where cursor invisibility persists through a workspace
session restore.

Relevant to #892
This commit is contained in:
Henrik Lissner 2018-09-21 10:47:26 -04:00
parent 55c54a9848
commit 20cf412c96
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -29,8 +29,6 @@
(setq-default pdf-view-display-size 'fit-page) (setq-default pdf-view-display-size 'fit-page)
;; Turn off cua so copy works ;; Turn off cua so copy works
(add-hook! 'pdf-view-mode-hook (cua-mode 0)) (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 ;; Custom modeline that removes useless info and adds page numbers
(when (featurep! :ui doom-modeline) (when (featurep! :ui doom-modeline)
(load! "+modeline")) (load! "+modeline"))