summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-05-05 18:42:02 -0500
committerCase Duckworth2022-05-05 18:42:02 -0500
commitbe0546d73c621b4b7f50f7a3139ad40da9210d3e (patch)
tree89446398f8c47438e7431997143cb11492682a74
parentFix a subtle bug in +mapc-some-buffers (diff)
downloademacs-be0546d73c621b4b7f50f7a3139ad40da9210d3e.tar.gz
emacs-be0546d73c621b4b7f50f7a3139ad40da9210d3e.zip
Don't query to install pdf-tools
-rw-r--r--init.el2
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