diff options
author | Case Duckworth | 2021-10-06 16:30:25 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-06 16:30:25 -0500 |
commit | 26fab554bc1d5152587758abf26ec9d82e600f12 (patch) | |
tree | d5fe0c26b3dc6826fea2dce0349cc600380476e9 /init.el | |
parent | Add system-packages (diff) | |
download | emacs-26fab554bc1d5152587758abf26ec9d82e600f12.tar.gz emacs-26fab554bc1d5152587758abf26ec9d82e600f12.zip |
Change straight-if to straight-when
Missed one!
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/init.el b/init.el index 3759b59..e8c3f04 100644 --- a/init.el +++ b/init.el | |||
@@ -1425,11 +1425,11 @@ specific to most general, they are these: | |||
1425 | ;; (t (apply fn url args)))) | 1425 | ;; (t (apply fn url args)))) |
1426 | ) | 1426 | ) |
1427 | 1427 | ||
1428 | (setup (:straight-if emacs-everywhere | 1428 | (setup (:straight-when emacs-everywhere |
1429 | (and (executable-find "xclip") | 1429 | (and (executable-find "xclip") |
1430 | (executable-find "xdotool") | 1430 | (executable-find "xdotool") |
1431 | (executable-find "xprop") | 1431 | (executable-find "xprop") |
1432 | (executable-find "xwininfo")))) | 1432 | (executable-find "xwininfo")))) |
1433 | 1433 | ||
1434 | (setup (:straight (embark ; gotta git that fresh fresh | 1434 | (setup (:straight (embark ; gotta git that fresh fresh |
1435 | :host github | 1435 | :host github |