diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-11-15 10:54:33 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-11-15 10:54:33 -0500 |
commit | 9b99ebd15524b3e0656ba4d9b92c48749744cb34 (patch) | |
tree | f0bf0259ff5824c9b4a53fd75600b6acbd506515 | |
parent | Enable ivy-hydra, prefix C-o (diff) |
C-s should isearch-forward in pdf-view... swiper search searches the raw pdf
-rw-r--r-- | dot_emacs.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 3fd5cfe..5e9311f 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -914,6 +914,11 @@ If not, issue a warning." :config (pdf-tools-install)) +(use-package pdf-view + :bind + (:map pdf-view-mode-map + ("C-s" . isearch-forward))) + (use-package powerline :ensure t) |