From 26fab554bc1d5152587758abf26ec9d82e600f12 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 6 Oct 2021 16:30:25 -0500 Subject: Change straight-if to straight-when Missed one! --- init.el | 10 +++++----- 1 file 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: ;; (t (apply fn url args)))) ) -(setup (:straight-if emacs-everywhere - (and (executable-find "xclip") - (executable-find "xdotool") - (executable-find "xprop") - (executable-find "xwininfo")))) +(setup (:straight-when emacs-everywhere + (and (executable-find "xclip") + (executable-find "xdotool") + (executable-find "xprop") + (executable-find "xwininfo")))) (setup (:straight (embark ; gotta git that fresh fresh :host github -- cgit 1.4.1-21-gabe81