summaryrefslogtreecommitdiff
path: root/pdf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-01-13 13:01:34 +0800
committerJSDurand <mmemmew@gmail.com>2021-01-13 13:01:34 +0800
commit3666deaed5b0baf0a74f14db5872105c9e7865f9 (patch)
tree3535c3f57ed9d5b1cd4e3e81831f627840b6e81b /pdf.el
parent1700588e1a3cfb5fa45fb64393c68782bc35fc38 (diff)
A temporary intermeidate step
Now I got almost every functionality that we need, including pdf, mu4e, magit, et cetera.
Diffstat (limited to 'pdf.el')
-rw-r--r--pdf.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf.el b/pdf.el
index 5ec5c58..cd44664 100644
--- a/pdf.el
+++ b/pdf.el
@@ -1,2 +1,2 @@
-(use-package "pdf-tools" 'pdf-view
- )
+(use-package "pdf-tools/lisp" 'pdf-view
+ (define-key pdf-view-mode-map (vector ?y) #'pdf-view-previous-line-or-previous-page))