summaryrefslogtreecommitdiff
path: root/modules/pdf-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pdf-config.el')
-rw-r--r--modules/pdf-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdf-config.el b/modules/pdf-config.el
index 518f3883..911140f2 100644
--- a/modules/pdf-config.el
+++ b/modules/pdf-config.el
@@ -18,7 +18,7 @@
:bind
(:map pdf-view-mode-map
("M" . pdf-view-midnight-minor-mode)
- ("m" . cj/bookmark-set-and-save)
+ ("m" . bookmark-set)
("z" . (lambda () (interactive) (cj/open-file-with-command "zathura")))
("e" . (lambda () (interactive) (cj/open-file-with-command "evince")))
("j" . pdf-view-next-line-or-next-page)