tools/pdf: revert fd7f498
Causes an issue where cursor invisibility persists through a workspace session restore. Relevant to #892
This commit is contained in:
parent
55c54a9848
commit
20cf412c96
1 changed files with 0 additions and 2 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue