diff options
author | Case Duckworth | 2022-05-05 18:42:02 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-05 18:42:02 -0500 |
commit | be0546d73c621b4b7f50f7a3139ad40da9210d3e (patch) | |
tree | 89446398f8c47438e7431997143cb11492682a74 /init.el | |
parent | Fix a subtle bug in +mapc-some-buffers (diff) | |
download | emacs-be0546d73c621b4b7f50f7a3139ad40da9210d3e.tar.gz emacs-be0546d73c621b4b7f50f7a3139ad40da9210d3e.zip |
Don't query to install pdf-tools
Diffstat (limited to 'init.el')
-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 |