about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-29 23:18:46 -0500
committerCase Duckworth2021-05-29 23:18:46 -0500
commitb6d56777f5b717c422457c875dd430705834bf0e (patch)
tree6fd529dc0d1d9decb7ef43701414a998f6699b74 /init.el
parentAdd iscorll (diff)
downloademacs-b6d56777f5b717c422457c875dd430705834bf0e.tar.gz
emacs-b6d56777f5b717c422457c875dd430705834bf0e.zip
Add PDFs to auto-mode-alist
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 292ee2f..d3cabc4 100644 --- a/init.el +++ b/init.el
@@ -1305,6 +1305,7 @@ call `zzz-to-char'."
1305 (setup (:straight (pdf-tools 1305 (setup (:straight (pdf-tools
1306 :host github 1306 :host github
1307 :repo "vedang/pdf-tools")) 1307 :repo "vedang/pdf-tools"))
1308 (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode))
1308 (pdf-loader-install)) 1309 (pdf-loader-install))
1309 1310
1310 (setup (:straight vterm))) 1311 (setup (:straight vterm)))