mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/pdf: revert fd7f498
Causes an issue where cursor invisibility persists through a workspace session restore. Relevant to #892
This commit is contained in:
@ -29,8 +29,6 @@
|
||||
(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"))
|
||||
|
Reference in New Issue
Block a user