diff options
Diffstat (limited to '')
-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) |