diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-16 12:12:48 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-16 12:12:48 -0500 |
| commit | a9a197f62ea84e4d87477bce1f72404fa2d80750 (patch) | |
| tree | c0ec02347ee962756f089964946e58f0a4e21930 /modules | |
| parent | 6b7d57f6b1b8581a0d179e1f13205911a06e42fb (diff) | |
| download | dotemacs-a9a197f62ea84e4d87477bce1f72404fa2d80750.tar.gz dotemacs-a9a197f62ea84e4d87477bce1f72404fa2d80750.zip | |
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.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/pdf-config.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/pdf-config.el b/modules/pdf-config.el index c3b1d3977..3835eaa81 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. |
