From 0fbccf6e9b718eaab80269cbf3fe70f23ba5e69e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 27 Sep 2021 18:17:30 -0500 Subject: Remove unneeded variables --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index ef197c9..35172e3 100644 --- a/init.el +++ b/init.el @@ -104,9 +104,7 @@ In short, DO NOT USE THIS FUNCTION!!!" (s1-require (string-match require-regexp s1)) (s2-require (string-match require-regexp s2)) (s1-straight (string-match straight-regexp s1)) - (s2-straight (string-match straight-regexp s2)) - (s1-bare (not (or s1-require s1-straight))) - (s2-bare (not (or s2-require s2-straight)))) + (s2-straight (string-match straight-regexp s2))) (cond ;; Straight forms require some weirdness ((and s1-straight s2-straight) -- cgit 1.4.1-21-gabe81