diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 61b2858..b4fade6 100644 --- a/init.el +++ b/init.el | |||
@@ -2131,7 +2131,7 @@ | |||
2131 | (executable-find "g++"))) | 2131 | (executable-find "g++"))) |
2132 | (setf (alist-get "\\.pdf\\'" auto-mode-alist nil nil #'equal) | 2132 | (setf (alist-get "\\.pdf\\'" auto-mode-alist nil nil #'equal) |
2133 | #'pdf-view-mode) | 2133 | #'pdf-view-mode) |
2134 | (pdf-tools-install)) | 2134 | (pdf-tools-install :no-query)) |
2135 | 2135 | ||
2136 | (setup (:straight (plancat | 2136 | (setup (:straight (plancat |
2137 | :host github | 2137 | :host github |