summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-01-03 22:38:07 -0600
committerCase Duckworth2022-01-03 22:38:07 -0600
commita67110aefa1d16f7ccb65682b750e4403255c71f (patch)
tree120cb18de0c83274836182c36786079d37d64fd9
parentAdd eshell-bookmark (diff)
downloademacs-a67110aefa1d16f7ccb65682b750e4403255c71f.tar.gz
emacs-a67110aefa1d16f7ccb65682b750e4403255c71f.zip
Don't confirm anything with pdf-tools-install
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index cf5281c..5707ab6 100644 --- a/init.el +++ b/init.el
@@ -1104,7 +1104,7 @@ See also `crux-reopen-as-root-mode'."
1104 1104
1105(setup (:straight-when pdf-tools 1105(setup (:straight-when pdf-tools
1106 (eq system-type 'gnu/linux)) 1106 (eq system-type 'gnu/linux))
1107 (pdf-tools-install)) 1107 (pdf-tools-install t))
1108 1108
1109(setup (:straight (shell-command+ 1109(setup (:straight (shell-command+
1110 :host nil 1110 :host nil