dalanicolai / pdf-continuous-scroll-mode.el

A pdf-tools extension that provides continuous scrolling functionality
GNU General Public License v3.0
144 stars 10 forks source link

pdf-cscroll-image-backward-hscroll not working #7

Closed SarthakAdhikari closed 4 years ago

SarthakAdhikari commented 4 years ago

Hi, I am getting the following error while executing pdf-cscroll-image-backward-hscroll:

pdf-cscroll-image-backward-hscroll: Wrong type argument: number-or-marker-p, nil

Here's my related config:

(setq quelpa-update-melpa-p nil)
(quelpa '(pdf-continuous-scroll-mode :fetcher github
                                     :repo "dalanicolai/pdf-continuous-scroll-mode.el"))

(require 'pdf-continuous-scroll-mode)
(add-hook 'pdf-view-mode-hook 'pdf-continuous-scroll-mode)

Demo: https://gifyu.com/image/8RKA

dalanicolai commented 4 years ago

Ah, thanks! Should be fixed now.