mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/pdf: hide cursor in pdf-view-mode #892
This commit is contained in:
@ -29,6 +29,8 @@
|
|||||||
(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"))
|
||||||
|
Reference in New Issue
Block a user