[emacs/pdf-tools] whoops, fix key binding typo
authorAmin Bandali <bandali@gnu.org>
Sun, 21 Oct 2018 15:59:46 +0000 (11:59 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 21 Oct 2018 21:08:06 +0000 (17:08 -0400)
init.org

index 84d1ae2..dfd60cf 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1516,7 +1516,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
         ("C-s" . isearch-forward)
         ("C-r" . isearch-backward)
         ("j"   . pdf-view-next-line-or-next-page)
-        ("j"   . pdf-view-previous-line-or-previous-page)))
+        ("k"   . pdf-view-previous-line-or-previous-page)))
 #+end_src
 
 ** anzu