From ef9cc3bf47a7a197d5950606d9af6f5371c836db Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 16 May 2026 12:12:48 -0500 Subject: chore: drop stale custom pdf-continuous-scroll files + dead use-package Removes custom/pdf-continuous-scroll-mode.el and the -latest.el variant along with the commented-out use-package block that referenced them. Two stale copies sat in custom/ unused. pdf-continuous-scroll-mode is intentionally not enabled because of a known bad interaction with org-noter. If that decision changes, the package can be added back through normal use-package + ELPA channels. --- modules/pdf-config.el | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules') diff --git a/modules/pdf-config.el b/modules/pdf-config.el index c3b1d397..3835eaa8 100644 --- a/modules/pdf-config.el +++ b/modules/pdf-config.el @@ -67,15 +67,5 @@ :config (setq pdf-view-restore-filename (concat user-emacs-directory "/.pdf-view-restore"))) -;; --------------------------- PDF Continuous Scroll --------------------------- - -;; Note: This appears to behave badly in conjunction with org-noter -;; provides continuous scrolling of PDF documents in PDF View -;; (use-package pdf-continuous-scroll-mode -;; :ensure nil ;; in custom folder -;; :after pdf-tools -;; :load-path "custom/pdf-continuous-scroll-mode-latest.el" -;; :hook (pdf-view-mode . pdf-continuous-scroll-mode)) - (provide 'pdf-config) ;;; pdf-config.el ends here. -- cgit v1.2.3