diff options
author | Case Duckworth | 2022-01-03 22:38:07 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-03 22:38:07 -0600 |
commit | a67110aefa1d16f7ccb65682b750e4403255c71f (patch) | |
tree | 120cb18de0c83274836182c36786079d37d64fd9 | |
parent | Add eshell-bookmark (diff) | |
download | emacs-a67110aefa1d16f7ccb65682b750e4403255c71f.tar.gz emacs-a67110aefa1d16f7ccb65682b750e4403255c71f.zip |
Don't confirm anything with pdf-tools-install
-rw-r--r-- | init.el | 2 |
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 |