Add PDFs to auto-mode-alist

This commit is contained in:
Case Duckworth 2021-05-29 23:18:46 -05:00
parent eea1485a0a
commit b6d56777f5
1 changed files with 1 additions and 0 deletions

View File

@ -1305,6 +1305,7 @@ call `zzz-to-char'."
(setup (:straight (pdf-tools
:host github
:repo "vedang/pdf-tools"))
(add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode))
(pdf-loader-install))
(setup (:straight vterm)))