From c8223a94daf3e86d01e0686c00f68ff36288689c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 21 Oct 2018 11:59:46 -0400 Subject: [PATCH] [emacs/pdf-tools] whoops, fix key binding typo --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 84d1ae2..dfd60cf 100644 --- 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 -- 2.20.1