From 20cf412c96b477b2bcf5ae8435e674767a885f2e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 21 Sep 2018 10:47:26 -0400 Subject: [PATCH] tools/pdf: revert fd7f498 Causes an issue where cursor invisibility persists through a workspace session restore. Relevant to #892 --- modules/tools/pdf/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/tools/pdf/config.el b/modules/tools/pdf/config.el index fa67f4f26..8ea1b0139 100644 --- a/modules/tools/pdf/config.el +++ b/modules/tools/pdf/config.el @@ -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"))