emacs,guix: install and use pdf-tools for viewing PDFs in emacs
[~bandali/configs] / .emacs.d / init.el
index 74e4eea..a19fcaa 100644 (file)
@@ -1543,6 +1543,12 @@ For disabling the behaviour for certain buffers and/or modes."
   :bind ("C-c a p" . pass)
   :hook (pass-mode . View-exit))
 
+(use-package pdf-tools
+  :defer 0.5
+  :bind (:map pdf-view-mode-map
+              ("M-RET" . image-previous-line))
+  :config (pdf-tools-install nil t))
+
 \f
 ;;; Email (with Gnus)