Enable PDF smooth scrolling
This commit is contained in:
parent
84d941ed62
commit
826b27a621
@ -114,3 +114,5 @@
|
|||||||
(pixel-scroll-precision-mode)
|
(pixel-scroll-precision-mode)
|
||||||
;; Restore previous session on startup
|
;; Restore previous session on startup
|
||||||
(add-hook 'window-setup-hook #'doom/quickload-session)
|
(add-hook 'window-setup-hook #'doom/quickload-session)
|
||||||
|
;; Enable PDF smooth scrolling
|
||||||
|
(add-hook 'pdf-tools-enabled-hook 'pdf-view-roll-minor-mode)
|
||||||
|
@ -30,3 +30,7 @@
|
|||||||
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
|
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
|
||||||
;; Move buffer while maintaining cursor centered
|
;; Move buffer while maintaining cursor centered
|
||||||
(package! centered-cursor-mode)
|
(package! centered-cursor-mode)
|
||||||
|
;; Use the fork of pdf-tools with smooth scrolling
|
||||||
|
(unpin! pdf-tools)
|
||||||
|
(package! pdf-tools :recipe (:host github :repo "aikrahguzar/pdf-tools" :branch "child-frame-preview"))
|
||||||
|
(package! image-roll :recipe (:host github :repo "dalanicolai/image-roll.el"))
|
||||||
|
Loading…
Reference in New Issue
Block a user